Commit graph

142 commits

Author SHA1 Message Date
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
99e750646e setup(handler): added goto_note_handler 2026-04-14 05:47:46 +02:00
16b41813ca rename handler 2026-04-14 05:46:14 +02:00
6e723fce64
Merge pull request #24 from KristianJBorgwarth/feat/full-link-completion
feat(link_completion): full link complete
2026-04-14 05:44:26 +02:00
5456d4c291 fix(main): di 2026-04-14 05:42:10 +02:00
840460da57 feat(link_repo): use rdb for queries 2026-04-14 05:41:29 +02:00
acdf6bf216 cmt 2026-04-12 23:25:36 +02:00
3c8996dc09
Merge pull request #23 from KristianJBorgwarth/feat/update-note
feat(update_note): add note update on save
2026-04-12 23:14:00 +02:00
5b437b6476 feat(update_note): add update on save 2026-04-12 23:12:30 +02:00
122b0a271b
Merge pull request #22 from KristianJBorgwarth/feat/save-note-tag-handling
feat: reparse or create note on save
2026-04-12 21:18:55 +02:00
ae6a91174a debug logs 2026-04-12 21:16:35 +02:00
6595e5a447 feat(link_service): added link_service 2026-04-12 20:59:28 +02:00
96b51584ff feat(save_note): improved note save 2026-04-12 20:49:08 +02:00
4ca0edf66b feat(note_service): added note service 2026-04-12 18:58:48 +02:00
1e065509f2
Merge pull request #21 from KristianJBorgwarth/feat/note_save_tags
feat(tag_service): moved tag handling to ITagService
2026-04-12 15:37:24 +02:00
adfb075c5a feat(tag_service): added tag handling to service 2026-04-12 15:34:52 +02:00
a55289f745
Merge pull request #20 from KristianJBorgwarth/ref/fix-di
ref(di): improve di with manual setup and injection in main
2026-04-12 02:56:29 +02:00
9781268485 fix(test): new di setup for integration tests 2026-04-12 02:54:17 +02:00
7127168006 feat(handler): improve di to explicit outside of handle 2026-04-12 02:51:00 +02:00
f3e11149ff ref(repo): improve repo di 2026-04-12 02:32:14 +02:00
754a4c5435
feat(note_save): save new and old notes (#19)
* feat(map): added extracted_link -> model.link map

* feat(note/save): setup for handle_new_note

* feat(save_note): save new and old notes
2026-04-11 17:02:53 +02:00
0219248db7
feat(dbcontex): add read context (#18) 2026-04-11 15:24:15 +02:00
f5f0204147 ref(command_names): gave commands proper names 2026-04-11 00:04:19 +02:00
c0591b6c7e
feat(note/save): setup save note (#17)
* feat(file): added file type

* feat(file_handler): added filehandler with placeholder func

* ref(links): updated link model and table

* feat(links): added link extration on file save

* feat(note_repo): added get by slug query
2026-04-11 00:01:57 +02:00
f2fc6ee0ee
Merge pull request #16 from KristianJBorgwarth/feat/link-completion
feat(completion/link): completion stub
2026-04-10 23:59:37 +02:00
6975ae59ba feat(link-completion): completion stub 2026-04-10 23:59:07 +02:00
af4b8a4ad5 feat(completeion_link): add completion commands for link 2026-04-09 23:46:11 +02:00
c872cf8b57 chore(sln): small improvements to repo structure and naming 2026-04-09 21:46:43 +02:00
25098f0778
Merge pull request #15 from KristianJBorgwarth/ref/link-model
feat(link_model): updated link model and added link repo
2026-04-08 22:19:40 +02:00
adba974a4b fix(repos): use new table name in repo and tests 2026-04-08 22:14:07 +02:00
75155dc536 feat(link_repo): added slug and id query 2026-04-08 21:55:20 +02:00
a74d8dc5a7 ref(migrations): seperated migrations file and updated link migration 2026-04-08 21:47:50 +02:00
ac6d38ee4d feat(links): new link model 2026-04-08 21:43:18 +02:00
586c7dd9c6
Merge pull request #14 from KristianJBorgwarth/ref/clean-up-handler
chore: clean up create note handler
2026-04-06 23:11:26 +02:00
d4c922ba53 fix(unit_test): frontmatter parse test 2026-04-06 23:09:52 +02:00