diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-12 18:44:42 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-12 18:44:42 -0400 |
commit | 3b403a1a4b33443ee853556e40d4fe89d3399387 (patch) | |
tree | 3b3105c3a83b00fd7bda76aeda4ddde788e9d663 /docs | |
parent | 2a150dd3be96692a98c034233a9ae29ff6f219ac (diff) |
Add screenshot support for tasks (copy/paste images directly)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/screenshots.markdown | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/screenshots.markdown b/docs/screenshots.markdown new file mode 100644 index 00000000..5259f1f8 --- /dev/null +++ b/docs/screenshots.markdown @@ -0,0 +1,26 @@ +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 **works only with Mozilla Firefox and Google Chrome**. +If you use another browser, you have to upload an attachment manually. |