Commit graph

176 commits

Author SHA1 Message Date
4025f03826
template path fix (#48) 2026-06-10 19:58:03 +02:00
a21ff37225 update install script 2026-06-09 23:13:05 +02:00
86ac6b33a4
cleanup (#47) 2026-05-31 21:15:12 +02:00
865430d21c
feat(cfe): get notes by cfe (#46) 2026-05-31 12:45:18 +02:00
2f94782d33
feat(cfe): add cfe on save and rebuild (#45) 2026-05-30 23:33:30 +02:00
87536b474a
feat(cfe): add cfe on create (#44) 2026-05-30 22:14:44 +02:00
f1bc87e3ad
feat: add cfm model and migration (#43)
* custom fe matter migration

* add custom_fe_matter
2026-05-30 13:12:22 +02:00
d702e935b5 chore: untrack dendrite binary 2026-05-30 11:49:39 +02:00
fdb7ceb190 gitignore 2026-05-30 11:44:02 +02:00
0eeb588983
ref(cfg): extend init command with additional props (#42)
* feat(v_config): changed vault configuration

* ref(cfg): extend init cmd with config props
2026-05-27 21:01:58 +02:00
38b4cb815f
feat(index): add exclude index config (#41) 2026-05-21 23:40:19 +02:00
18d4e79741 chore: remove test db 2026-05-17 22:49:28 +02:00
f242ec1e40
Update README.md 2026-05-17 22:43:43 +02:00
aa0500d5e0
Add GNU Affero General Public License v3 2026-05-17 21:18:31 +02:00
3245e3500d
Update README.md 2026-05-17 20:29:47 +02:00
dccedfa9f4
feat: added installation script and updated docs (#40)
* feat: add install script

* update readme.me
2026-05-09 18:49:49 +02:00
01cf5b2991 feat(gh_actions): build actions 2026-05-09 18:31:27 +02:00
8148f2e504 fix(diagnostic/links): early return on nil note 2026-05-09 17:00:46 +02:00
3769079074 fix(rdb_idx): remove ignore of issues dir 2026-05-09 16:58:29 +02:00
70e9f756ea
feat: diagnostics links (#39)
* feat(diagnostic/link): retrive broken links

* add to main

* feat: return array on empty
2026-05-09 16:47:59 +02:00
c0924342fb
feat(note/delete): added note delete handler (#38) 2026-05-09 14:46:53 +02:00
8a6543611e
add path to slug (#37) 2026-05-09 14:32:29 +02:00
7e732f5212 update readme 2026-05-05 22:45:13 +02:00
afec9c44f7
Add documentation link for dendrite.daemon (#36) 2026-05-05 22:42:05 +02:00
04dd864db1 chore: remove link completionn redudant 2026-04-27 21:40:19 +02:00
257ed48602
feat(completion/slug): add note_slug completion (#35) 2026-04-27 20:03:34 +02:00
4e921a8b0d feat(note/repo): added getall func 2026-04-26 17:26:12 +02:00
ba94ac781b feat(note/search): added distinc on note tag search 2026-04-26 17:22:58 +02:00
262f320077 feat(note/dto): add note dto for return obj 2026-04-26 17:02:17 +02:00
ce21a7fc9b
feat(note/search): added search by tag notes (#34) 2026-04-26 16:04:03 +02:00
fda0286690
feat(note/backlinks): added support for querying backlinks (#33)
* feat(link/backlinks): backlinks query

* feat(link/backlinks): register handler

* feat(note/backlinks): added backlink query and handler
2026-04-26 14:28:34 +02:00
594764344d
feat(completion/tag): support for tag completion (#32)
* setup tag complete handler

* feat(completion/tag): added tag complete query

* improved return

* fix test
2026-04-25 12:37:33 +02:00
2275d4bae4
feat(vault/rebuild): added rebuild command / handler (#31)
* feat(vault/rebuild_index): add rebuild command

* remove comments

* rm unec using

* remove unec command

* build
2026-04-23 21:18:09 +02:00
c1feac0812
feat(rebuild_guard): only build index on init if empty index (#30)
* feat(persistence): added build-flag and repo funcs

* feat(init_handler): note count check to avoid unnecessary rebuilds

* ref(build_flag): remove build flag is redundant

* build
2026-04-23 20:38:37 +02:00
478f309108
chore(idx_rebuilder): mv to core and use repos (#29)
* ref(index_rebuilder): mv to core

* ref(idx_rebuilder): moved db acc code to repos

* feat(idx_rebuilder): mv idx rebuilder to core and implemented build
2026-04-18 15:57:30 +02:00
8556e07964
Merge pull request #28 from KristianJBorgwarth/feat/setup-index
feat(index): wipe and rebuild index
2026-04-18 14:38:07 +02:00
cc9434da67 test(unit): fix fe_matter test 2026-04-18 14:33:04 +02:00
67287ec9a3 feat(index): complete rebuild 2026-04-18 14:29:43 +02:00
14fbd3c0ba feat(idx_builder): add inserts 2026-04-18 02:04:59 +02:00
271f6a265f ref(tag): change tag model to non-synthetic 2026-04-18 01:23:27 +02:00
c9bba78565 feat(vautl_cfg): add path & name for vault 2026-04-18 00:09:42 +02:00
21631a80e5
Merge pull request #27 from KristianJBorgwarth/feat/rebuild-index
feat(index): rebuild index
2026-04-17 22:56:17 +02:00
87c4253871 feat(index-rebuild): added model building and file read 2026-04-16 23:15:27 +02:00
a0ab5b6874 ref(index): mv index out of vault and into .local/share 2026-04-16 19:58:03 +02:00
c7fa9fc8da
Merge pull request #26 from KristianJBorgwarth/feat/goto-external-link
feat(url_goto): link parsing on url and note
2026-04-15 19:54:07 +02:00
d6d3b8a095 feat(url_goto): link parsing on url and note 2026-04-14 23:15:55 +02:00
0098badafa
Merge pull request #25 from KristianJBorgwarth/feat/goto-note
feat(goto_note): resolve links and returns note paths
2026-04-14 21:14:30 +02:00
225f8a8c6d feat(link): resolve link and return note path 2026-04-14 21:10:47 +02:00
f8ba52e62e feat(goto): added goto_note_handler 2026-04-14 18:26:38 +02:00
7e45dd493f ad repo 2026-04-14 16:28:56 +02:00