-
Notifications
You must be signed in to change notification settings - Fork 62
Usage Notes
Michael "Cal" Krug edited this page Jun 18, 2024
·
2 revisions
- To create a new note, double-click on a + node in the tree view and type a name.
- To create a new folder, double-click on a + node in the tree view and type a name ending in /
- e.g.,
new folder/
.
- e.g.,
- Files are automatically saved when:
- closing the window
- opening a different file
- To edit the default color palette, right-click on a color selector.
- Currently, drawings can only be deleted as a whole.
- (This issue will be resolved in the future.)
- The document format is based almost entirely on the standard language and GtkSourceView style files.
- When copying and pasting text into other applications, drawings will automatically be converted to PNG encoded as data URLs.
- Certain Markdown code will be hidden («represented») unless the cursor is next to it.
Notekit's default directory in the latest 0.2.0 Appimage release will be something akin to /tmp/.mount_notekiqiZcfD/usr/share/notekit/data/
, and where you would edit most configuration options.
If you want to change colors or syntax highlighting rules, you can edit both in the sourceview/
subfolder within the program's default directory.
- The program loads a Gtk+ stylesheet located in
data/stylesheet.css
. If there are parts of the interface that appear incorrect, clear it.
- The program loads a Gtk+ stylesheet located in
data/stylesheet.css
in which you can make changes to the styling.