Go to file
abakkk 8af42fbad8 version -> v6.4 2020-09-19 00:38:09 +02:00
data improve icons, minor 2020-09-16 13:42:22 +02:00
locale "Unlock image ratio" -> "Do not preserve image ratio" 2020-09-18 11:53:19 +02:00
schemas adjust some translated strings 2020-09-17 22:31:39 +02:00
LICENSE Add LICENSE 2019-02-24 00:42:23 +01:00
NEWS version -> v6.4 2020-09-19 00:38:09 +02:00
README.md version -> 6.3 2020-09-17 22:34:00 +02:00
area.js fix textEntry position 2020-09-19 00:24:50 +02:00
convenience.js init 2019-03-05 12:36:59 +01:00
elements.js PangoCairo.show_layout_line 2020-09-18 18:37:01 +02:00
extension.js add "Persistent over toggles' setting 2020-09-17 17:30:30 +02:00
files.js fix Jsons directory monitor 2020-09-18 12:54:06 +02:00
helper.js GS 3.38 removed ui/tweener.js 2020-09-18 09:21:07 +02:00
menu.js add tooltips to "Open drawing" submenu buttons 2020-09-18 11:42:16 +02:00
metadata.json version -> v6.4 2020-09-19 00:38:09 +02:00
prefs.js adjust some translated strings 2020-09-17 22:31:39 +02:00
shortcuts.js "Unlock image ratio" -> "Do not preserve image ratio" 2020-09-18 11:53:19 +02:00
stylesheet.css group menu items at the bottom 2020-09-17 17:29:59 +02:00

README.md

Draw On Your Screen

Start drawing with Super+Alt+D. Then save your beautiful work by taking a screenshot.

Features

  • Basic shapes (rectangle, circle, ellipse, line, curve, polygon, polyline, text, image, free)
  • Basic transformations (move, rotate, resize, stretch, mirror, inverse)
  • Smooth stroke
  • Draw over applications
  • Keep drawings on desktop background with persistence (notes, children's art ...)
  • Multi-monitor support
  • Export to SVG

Install

  1. Download and decompress or clone the repository
  2. Place the resulting directory in ~/.local/share/gnome-shell/extensions
  3. Change the directory name to drawOnYourScreen@abakkk.framagit.org
  4. Xorg: type alt + F2 and r to restart gnome-shell
    Wayland: restart or re-login
  5. Enable the extension in gnome-tweaks or gnome-shell-extension-prefs
  6. Super + Alt + D to test
  7. https://framagit.org/abakkk/DrawOnYourScreen/issues to say it doesn't work

Tips and tricks

  • Draw arrows:

Intersect two lines and curve the second thanks to the Ctrl key.

How to draw an arrow

  • Duplicate an element:

Hold the Shift key while starting moving.

How to duplicate an element

  • Insertable images:

You can insert images (jpeg, png, svg) in your drawings. By default images are sought in ~/.local/share/drawOnYourScreen/images/ but the location is configurable in the preferences. Another way is to copy-past the images from Nautilus or any clipboard source by using the usual Ctrl + V shortcut inside the drawing mode.

  • Eraser and SVG:

There is no eraser in SVG so when you export elements made with the eraser to a SVG file, they are colored with the background color, transparent if it is disabled. See “Add a drawing background” or edit the SVG file afterwards.

  • Screenshot Tool extension:

Screenshot Tool is a convenient extension to “create, copy, store and upload screenshots”. In order to select a screenshoot area with your pointer while keeping the drawing in place, you need first to tell DrawOnYourScreen to ungrab the pointer (Ctrl + Super + Alt + D).