You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is very simple app and it will be so. No bells'n'whistles for reduced memory footprint (c# lol;).
17
+
18
+
##### Configuration
19
+
Some configuration could be done by editing `settings.ini` which is located:
20
+
- in executable directory if it is available for writing
21
+
-`%AppData%\SynNotes` if executable dir is not available for writing (ex: `Programm Files`)
22
+
23
+
For *Global Hotkeys* edit Keys part (default is `Win+tilde` for Search):
24
+
```ini
25
+
[Keys]
26
+
HotkeyShow=
27
+
HotkeySearch=Win+`
28
+
```
29
+
30
+
For fans of dark backrounds basic dark theme included. You can enable it like this:
31
+
```ini
32
+
[Scintilla]
33
+
Theme=Visual Studio Dark.xml
34
+
```
35
+
36
+
##### Lexers
37
+
- When Note has no Lexer (language to syntax highllight) selected it will inherit it from it's tags.
38
+
- If Note has multiple tags assigned, privilege has Tag which is higher in tree (you can arrange tags by drag'n'drop) In this case name of Lexer would be prefixed by ^
39
+
- If both Note and all it's Tags has no Lexer assigned `bash` is used by default
0 commit comments