Abstracts
Annotations are areas in workspace Engee inside which you can add text and formatting, add lines of code and images.
To add annotations, left-click on an empty space in the Engee workspace. This will open a context menu with a button Add Annotation :
Inserting images
To insert images, use the links as follows:
![]()
You can specify alternative text in square brackets []
, and in round brackets ()
you can specify a link to an image on the Internet. Annotations in Engee do not support local paths to images lying in file browser.
Code insertion
To specify a programming language in the annotation code block, the syntax is used to specify the language after a triple backwards apostrophe. For example, to specify the Python language:
```python
print("Hello, world!")
```
Features
Annotations do not support interactive drag-and-drop (drag-and-drop) of text, pictures, or files from other sources.
Annotations do not support copied coordinate planes from chart window .
To delete an annotation, left-click on it and use the key Del or Backspace. The annotation will also be deleted automatically when its contents are deleted.
To move the annotation across the canvas, left-click on it.
To edit an already created annotation, double-click on it with the left mouse button.
Annotations are a level below any Engee workspace elements, eliminating unwanted overlap. |