mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 12:21:58 +00:00
This commit helps reduce clutter on the navigation sidebar. Creates new directories and moves relevant files into them. Modifies index.rst, symlinks, and image paths accordingly. This commit also enables expandable/collapsible navigation items, renames files in docs/development and docs/production, modifies /tools/test-documentation so that it overrides a theme setting, Also updates links to other docs, file paths in the codebase that point to developer documents, and files that should be excluded from lint tests. Note that this commit does not update direct links to zulip.readthedocs.io in the codebase; those will be resolved in an upcoming follow-up commit (it'll be easier to verify all the links once this is merged and ReadTheDocs is updated). Fixes #5265.
44 lines
1.5 KiB
Markdown
44 lines
1.5 KiB
Markdown
# Screenshot and GIF software
|
|
|
|
The following list documents different screenshoting & GIF-making techniques and
|
|
free software. We encourage you to make use of these when making front-end pull
|
|
requests, as other contributors can see the changes you have made without having
|
|
to checkout your branch.
|
|
|
|
## Screenshot tools by platform
|
|
### Browser
|
|
- [LightShot Screenshot](https://app.prntscr.com/en/index.html) (Chrome, Firefox, IE & Opera)
|
|
|
|
### macOS
|
|
- Command-Shift-3 to capture all of the screen
|
|
- Command-Shift-4 and drag cursor to select a specific area
|
|
- [LightShot Screenshot](https://app.prntscr.com/en/index.html)
|
|
- [Gyazo](https://gyazo.com/en)
|
|
|
|
### Windows
|
|
- Snipping Tool (inbuilt)
|
|
- [LightShot Screenshot](https://app.prntscr.com/en/index.html)
|
|
- [Gyazo](https://gyazo.com/en)
|
|
|
|
### Linux
|
|
- gnome-screenshot (inbuilt, you can use Ctrl-Shift-PrtScn as a shortcut for its “select an area to grab” feature)
|
|
|
|
## GIF tools by platform
|
|
### Browser
|
|
- [GIPHY](https://giphy.com)
|
|
- [Chrome Capture](https://chrome.google.com/webstore/detail/chrome-capture/ggaabchcecdbomdcnbahdfddfikjmphe?hl=en)
|
|
(Tip: Use Alt+i to interact with the page while recording)
|
|
|
|
### macOS
|
|
- [GIPHY](https://giphy.com/apps/giphycapture)
|
|
- [GIF Brewery](http://gifbrewery.com/)
|
|
- [Gyazo GIF](https://gyazo.com/en)
|
|
|
|
### Windows
|
|
- [ScreenToGif](http://www.screentogif.com/)
|
|
- [Gyazo GIF](https://gyazo.com/en)
|
|
|
|
### Linux
|
|
- [SilentCast](https://github.com/colinkeenan/silentcast)
|
|
- [Peek](https://github.com/phw/peek)
|