DrawOnYourScreen/README.md

69 lines
3.2 KiB
Markdown
Raw Permalink Normal View History

2020-03-02 06:11:46 -03:00
# Draw On Your Screen
2019-03-05 18:57:16 -03:00
Start drawing with Super+Alt+D.
Then save your beautiful work by taking a screenshot.
2019-03-05 18:53:56 -03:00
2021-05-28 11:33:24 -03:00
![](https://codeberg.org/som/DrawOnYourScreen/raw/branch/media/screenshot.jpg)
2019-03-05 18:52:01 -03:00
2020-03-02 06:11:46 -03:00
## Features
2019-03-05 19:08:11 -03:00
2020-09-17 17:34:00 -03:00
* Basic shapes (rectangle, circle, ellipse, line, curve, polygon, polyline, text, image, free)
2020-06-29 10:58:09 -03:00
* Basic transformations (move, rotate, resize, stretch, mirror, inverse)
2019-03-12 09:10:13 -03:00
* Smooth stroke
2019-10-11 09:21:04 -03:00
* Draw over applications
* Keep drawings on desktop background with persistence (notes, children's art ...)
2019-03-12 09:10:13 -03:00
* Multi-monitor support
* Export to SVG
2019-03-05 19:08:11 -03:00
2020-03-02 06:11:46 -03:00
## Install
2019-03-05 18:52:01 -03:00
1. Download and decompress or clone the repository
2021-06-19 08:32:55 -03:00
2. Place the directory (the one that contains `metadata.json`) in `~/.local/share/gnome-shell/extensions`
2021-05-28 11:33:24 -03:00
3. **Change the directory name** to `draw-on-your-screen@som.codeberg.org`
2020-03-02 06:11:46 -03:00
4. Xorg: type `alt + F2` and `r` to restart gnome-shell
Wayland: restart or re-login
2021-05-28 11:33:24 -03:00
5. Enable the extension with GNOME Extensions or GNOME Tweaks application
2019-03-05 18:52:01 -03:00
6. `Super + Alt + D` to test
2021-05-28 11:33:24 -03:00
7. [https://codeberg.org/som/DrawOnYourScreen/issues](https://codeberg.org/som/DrawOnYourScreen/issues) to say it doesn't work
## Tips and tricks
2020-09-27 14:20:38 -03:00
* Power is nothing without control:
The `Ctrl` key provides an extra functionality for each tool.
2021-05-28 11:33:24 -03:00
[Range of Ctrl key possibilities](https://codeberg.org/som/DrawOnYourScreen/src/branch/media/ctrl.webm)
2020-09-27 14:20:38 -03:00
2020-03-04 04:15:53 -03:00
* Draw arrows:
Intersect two lines and curve the second thanks to the `Ctrl` key.
2021-05-28 11:33:24 -03:00
[How to draw an arrow](https://codeberg.org/som/DrawOnYourScreen/src/branch/media/arrow.webm)
2020-03-04 04:15:53 -03:00
* Duplicate an element:
Hold the `Shift` key while starting moving.
2021-05-28 11:33:24 -03:00
[How to duplicate an element](https://codeberg.org/som/DrawOnYourScreen/src/branch/media/duplicate.webm)
* Insertable images:
2021-05-28 11:33:24 -03:00
You can insert images (jpeg, png, svg) in your drawings. By default images are sought in `~/.local/share/draw-on-your-screen/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.
2020-09-27 14:20:38 -03:00
2021-05-28 11:33:24 -03:00
[How to add images from Nautilus](https://codeberg.org/som/DrawOnYourScreen/src/branch/media/ctrl-plus-v.webm)
* 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.
2020-03-02 06:11:46 -03:00
* Screenshot Tool extension:
[Screenshot Tool](https://extensions.gnome.org/extension/1112/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`).
* Color Picker extension:
2020-09-27 14:20:38 -03:00
If the GNOME Shell built-in color picker is too basic for you, have a look at the [Color Picker extension](https://extensions.gnome.org/extension/3396/color-picker), which let's you select the pixel accurately, preview the color and adjust its values. Once installed and enabled, it will be transparently integrated into DrawOnYourScreen.
2021-05-28 11:33:24 -03:00
![Color Picker extension in action](https://codeberg.org/som/DrawOnYourScreen/raw/branch/media/color-picker-extension.jpg)