diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
commit | 6c711f696f73bc59813f6834ec241aef3b626cbd (patch) | |
tree | ded4f0e8c7f8c672414ff3f2f84eac0f6d9073e5 /doc/screenshots.markdown | |
parent | ef087f5e22df1a0d97babef26aaf9b8960ee6d5d (diff) |
Include documentation in the application
Diffstat (limited to 'doc/screenshots.markdown')
-rw-r--r-- | doc/screenshots.markdown | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/screenshots.markdown b/doc/screenshots.markdown new file mode 100644 index 00000000..3ec6bc7a --- /dev/null +++ b/doc/screenshots.markdown @@ -0,0 +1,25 @@ +Adding screenshots +================== + +You can copy and paste images directly in Kanboard to save time. +These images are uploaded as attachments to the task. + +This is especially useful for taking screenshots to describe an issue by example. + +You can add screenshots directly from the board by clicking on the dropdown menu or in the task view page. + +![Dropdown screenshot menu](http://kanboard.net/screenshots/documentation/dropdown-screenshot.png) + +To add a new image, take your screenshot and paste with CTRL+V or Command+V: + +![Screenshot page](http://kanboard.net/screenshots/documentation/task-screenshot.png) + +On Mac OS X, you can use those shortcuts to take screenshots: + +- Command-Control-Shift-3: Take a screenshot of the screen, and save it to the clipboard +- Command-Control-Shift-4, then select an area: Take a screenshot of an area and save it to the clipboard +- Command-Control-Shift-4, then space, then click a window: Take a screenshot of a window and save it to the clipboard + +There are also several third-party applications that can be used to take screenshots with annotations and shapes. + +**Note: This feature doesn't works with all browsers.** |