Skip to content

Commit 72ea32a

Browse files
committed
Create README.md
1 parent 7cac381 commit 72ea32a

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# SynNotes
2+
Simple syntax highlighted Notes manager with full-text search and GMaill like tags as folders
3+
![overview](http://habrastorage.org/files/34c/10f/8da/34c10f8da396435882ea93d20c77364b.png)
4+
![search](http://habrastorage.org/files/562/b9a/c7c/562b9ac7cb764f89a34ecd63fc65719a.png)
5+
6+
#### Used
7+
- C#
8+
- [Scintilla.NET](http://scintillanet.codeplex.com/)
9+
- [System.Data.SQLite](http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki)
10+
- [ObjectListView](http://objectlistview.sourceforge.net/cs/index.html)
11+
12+
#### Todo
13+
- [Simplenote](http://simple-note.appspot.com/) sync
14+
15+
#### Notes
16+
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

Comments
 (0)