Commit Graph

155 Commits

Author SHA1 Message Date
Mickaël Menu
f2c41f35fc
Show number of results 2021-01-11 22:02:06 +01:00
Mickaël Menu
4cd3df749b
Refactor generation of the SQL find query and add support for PathsFilter 2021-01-11 21:51:50 +01:00
Mickaël Menu
be25da2b80
Refactor FTS5 query sanitizing 2021-01-11 20:19:39 +01:00
Mickaël Menu
1176216eb8
Escape user input for FTS5 query 2021-01-10 22:41:36 +01:00
Mickaël Menu
0e8ae93450
Improve test result diffing 2021-01-10 16:39:10 +01:00
Mickaël Menu
9f1ec95194
Test NoteDAO find all 2021-01-10 12:29:57 +01:00
Mickaël Menu
81cc8ae9a4
Add semantic style aliases 2021-01-09 19:48:29 +01:00
Mickaël Menu
e47eabf421
Add the core Styler, a default TTY implementation and a {{style}} template helper 2021-01-09 18:54:50 +01:00
Mickaël Menu
8ed6667743
Add various list formats 2021-01-09 17:14:54 +01:00
Mickaël Menu
e0aaa60955
Move zk/file to util/paths 2021-01-09 13:01:41 +01:00
Mickaël Menu
ea3b6923c0
Merge dir and filename to simplify paths handling 2021-01-09 12:17:15 +01:00
Mickaël Menu
5988b020af
Add "elapsed" date format 2021-01-07 22:14:27 +01:00
Mickaël Menu
5a8b6ec02f
Index the note filenames 2021-01-07 19:29:04 +01:00
Mickaël Menu
31c13c6af4
Add the {{prepend}} template helper to quote or indent a paragraph 2021-01-06 21:43:58 +01:00
Mickaël Menu
9a397eff61
Require the date to be passed as the first argument of the {{date}} helper 2021-01-06 21:19:43 +01:00
Mickaël Menu
05f384bbe0
Format provided date with the {{date}} template helper 2021-01-06 20:41:47 +01:00
Mickaël Menu
8a876f3b7f
Test note DAO 2021-01-05 20:50:39 +01:00
Mickaël Menu
d655720181
Test sqlite.DB 2021-01-04 20:03:32 +01:00
Mickaël Menu
b78609269b
Parse notes title and body 2021-01-03 22:19:23 +01:00
Mickaël Menu
6dc9a65d21
Add lazy prepared statements 2021-01-03 21:49:11 +01:00
Mickaël Menu
2cd15aafe2
Proof of concept for listing notes 2021-01-03 21:22:34 +01:00
Mickaël Menu
16e7b55d41
Reorganize Template into their own package 2021-01-03 18:33:52 +01:00
Mickaël Menu
378834c495
Add language, file extension and default title in user config 2021-01-03 18:03:18 +01:00
Mickaël Menu
8467f1aa3a
Refactor transaction usage 2021-01-03 17:39:04 +01:00
Mickaël Menu
4ca1595f1f
Refactor file diff and indexation 2021-01-03 17:09:10 +01:00
Mickaël Menu
0573852529
Index notes content 2021-01-03 14:43:27 +01:00
Mickaël Menu
b4f2c841eb
Move Diff to zk package and add Dir walking 2021-01-03 12:28:06 +01:00
Mickaël Menu
75d1a143e7
Add note files diffing 2021-01-02 22:43:40 +01:00
Mickaël Menu
6831823e5d
Edit newly created notes 2021-01-02 18:09:10 +01:00
Mickaël Menu
4dad3a2309
Add the initial DB schema 2021-01-02 12:29:21 +01:00
Mickaël Menu
c89ff1e58a
Add the ./go shell script 2021-01-02 12:08:58 +01:00
Mickaël Menu
f2025b3a60
Refactor and test note creation 2021-01-01 18:24:15 +01:00
Mickaël Menu
e3f95cd1e1
Support for config overrides 2020-12-31 16:21:14 +01:00
Mickaël Menu
4d0c0ccdda
Refactor user config 2020-12-31 13:59:16 +01:00
Mickaël Menu
6a4a4c77e6
Move ID model to core 2020-12-29 18:13:46 +01:00
Mickaël Menu
9b7d5eca1e
Refactor templates 2020-12-29 17:22:19 +01:00
Mickaël Menu
fdf6718317
Refactor note creation 2020-12-29 16:07:12 +01:00
Mickaël Menu
8bb9f83eef
Create a new note 2020-12-28 16:04:10 +01:00
Mickaël Menu
ca0d95f242
Return an absolute template path from Zk.Template() 2020-12-28 16:00:38 +01:00
Mickaël Menu
3d871d2de3
Add default {{date}} argument 2020-12-28 15:59:52 +01:00
Mickaël Menu
abe0094dda
Refactor config getters into Zk 2020-12-28 14:33:45 +01:00
Mickaël Menu
43a0a3ca7a
Show a success message with zk init 2020-12-28 13:16:11 +01:00
Mickaël Menu
7c2e76a01c
Add the dependency container 2020-12-28 13:15:56 +01:00
Mickaël Menu
24fa3409d0
Cache string templates 2020-12-28 13:15:19 +01:00
Mickaël Menu
be4b58c979
Add zk.Dir struct 2020-12-28 13:15:07 +01:00
Mickaël Menu
768939f3fe
Add the {{sh}} template helper 2020-12-27 19:07:57 +01:00
Mickaël Menu
1490bb5ecb
Add the {{date}} template helper 2020-12-27 18:09:45 +01:00
Mickaël Menu
6dfa9b6949
Add the {{slug}} template helper 2020-12-26 20:10:39 +01:00
Mickaël Menu
76ac1d1bb1
Add a handlebars template renderer 2020-12-26 16:53:04 +01:00
Mickaël Menu
3bfc0754c7
Generate random IDs 2020-12-26 15:14:31 +01:00