mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
progress with template_handling and new_note_location, as well as
resolve_link returning date/calendar info in Pinfo.
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# Backlog
|
# Backlog
|
||||||
|
|
||||||
|
- [ ] new option to make telekasten filetype optional #49
|
||||||
- [ ] New option: template_handling (see comments of ==PR #43==)
|
- [ ] New option: template_handling (see comments of ==PR #43==)
|
||||||
- [ ] option to toggle generated link format: [[title]] vs [[sub/dir/title]]
|
|
||||||
- [ ] option to create notes in same subfolder as current note if there is one, see ==#38==
|
- [ ] option to create notes in same subfolder as current note if there is one, see ==#38==
|
||||||
- ==also create the note in the subfolder if present in the link==
|
- ==also create the note in the subfolder if present in the link==
|
||||||
- [ ] improve the whole link count display, sorting, key-mapping
|
- [ ] improve link count sorting, key-mapping
|
||||||
- [ ] tag search - search in general: just don't make it turing-complete 😁
|
- [ ] tag search - search in general: just don't make it turing-complete 😁
|
||||||
- [ ] calendar plugin: make weeks clickable!
|
- [ ] calendar plugin: make weeks clickable!
|
||||||
- [ ] show markers / color indicators for weeks with notes - in calendar.vim fork
|
- [ ] show markers / color indicators for weeks with notes - in calendar.vim fork
|
||||||
@@ -23,6 +23,8 @@
|
|||||||
|
|
||||||
## Dones
|
## Dones
|
||||||
|
|
||||||
|
- [x] link count display improved
|
||||||
|
- [x] `subdirs_in_links` option to toggle generated link format: [[title]] vs [[sub/dir/title]]
|
||||||
- [x] make `resolve_link()` return the best-match root and use it as `cwd` in `follow_link()`
|
- [x] make `resolve_link()` return the best-match root and use it as `cwd` in `follow_link()`
|
||||||
- this better supports out-of-home daily/weekly dirs
|
- this better supports out-of-home daily/weekly dirs
|
||||||
- [x] option to show number of links and backlinks in note picker
|
- [x] option to show number of links and backlinks in note picker
|
||||||
|
|||||||
1093
lua/telekasten.lua
1093
lua/telekasten.lua
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user