progress with template_handling and new_note_location, as well as

resolve_link returning date/calendar info in Pinfo.
This commit is contained in:
Rene Schallner
2021-12-23 19:40:10 +01:00
parent 7838438ab1
commit 39a4e40cfc
2 changed files with 620 additions and 483 deletions

View File

@@ -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

View File

File diff suppressed because it is too large Load Diff