Skip to content

Commit e17a8f2

Browse files
authored
Update README.md
1 parent becb20a commit e17a8f2

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# SnippetSource
22

3-
SnippetSource lets you organise your favorite pieces of code, scripts, thoughts, notes or other documents in a user definable tree structure. Everything is stored in a portable SQLite database.
3+
SnippetSource lets you organise your favorite pieces of code, scripts, thoughts, notes or other documents in a user definable tree structure.
4+
All data is stored in a simple yet powerful SQLite database which provides you with immediate access to your stored snippets.
45

5-
It shares the editor module which is also used in my [Notepas](https://github.com/beNative/Notepas) project.
6+
Create new folders and documents, or you can drag and drop one or multiple files into the treeview to create them as snippets in SnippetSource. Nodes can be moved freely by dragging them to another folder.
7+
8+
It uses the text editor module which was developed for my [Notepas](https://github.com/beNative/Notepas) project, which is in turn based on the SynEdit components used by Lazarus for its source code editor. This has the convenient side effect that the capabillities of the text editor will increase as Lazarus evolves.
9+
10+
My intention is to keep the user interface as clean and fast as possible so users can focus more on the content rather than confront them with an overwhelming and bloated user interface.
611

712
![SnippetSource](https://github.com/beNative/lazarus/blob/master/projects/snippetsource/images/SnippetSource2.png)
813

@@ -14,5 +19,7 @@ It shares the editor module which is also used in my [Notepas](https://github.co
1419

1520
![SnippetSource](https://github.com/beNative/lazarus/blob/master/projects/snippetsource/images/SnippetSource1.png)
1621

22+
Since version 3 the possibility to execute script code was added. Snippets that represent script code can directly be executed.
23+
1724
![SnippetSource](https://github.com/beNative/lazarus/blob/master/projects/snippetsource/images/SnippetSource.ConsoleOutput.png)
1825

0 commit comments

Comments
 (0)