mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 14:14:24 -05:00
u b
This commit is contained in:
11
BACKLOG.md
11
BACKLOG.md
@@ -1,12 +1,13 @@
|
|||||||
# Backlog
|
# Backlog
|
||||||
|
|
||||||
- [ ] 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==
|
||||||
|
- ==also create the note in the subfolder if present in the link==
|
||||||
- [ ] improve the whole link count display, sorting, key-mapping
|
- [ ] improve the whole link count display, 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
|
||||||
- [ ] 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
|
|
||||||
- [ ] maybe a virtual line in the 1st line that shows number of backlinks and maybe other interesting stuff
|
- [ ] maybe a virtual line in the 1st line that shows number of backlinks and maybe other interesting stuff
|
||||||
- or put it as an extmark at the end of the first line, meh.
|
- or put it as an extmark at the end of the first line, meh.
|
||||||
- [ ] some cool buffer showing backlinks (and stuff?) [see also this comment](https://github.com/renerocksai/telekasten.nvim/discussions/23#discussioncomment-1754511)
|
- [ ] some cool buffer showing backlinks (and stuff?) [see also this comment](https://github.com/renerocksai/telekasten.nvim/discussions/23#discussioncomment-1754511)
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
- [ ] yt video
|
- [ ] yt video
|
||||||
|
|
||||||
## Dones
|
## Dones
|
||||||
|
|
||||||
- [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
|
||||||
@@ -75,7 +77,6 @@
|
|||||||
- [x] shortcuts for todo and done in init.vim
|
- [x] shortcuts for todo and done in init.vim
|
||||||
- [x] Readme search based navigation
|
- [x] Readme search based navigation
|
||||||
|
|
||||||
|
|
||||||
## Special links
|
## Special links
|
||||||
|
|
||||||
Everything behind a # is a search!
|
Everything behind a # is a search!
|
||||||
@@ -95,6 +96,7 @@ If note is specified and cannot be found, it will be ignored and a global search
|
|||||||
- Yank link to paragraph
|
- Yank link to paragraph
|
||||||
|
|
||||||
### Insert links...?
|
### Insert links...?
|
||||||
|
|
||||||
Maybe as an extra action: link with heading -> telescope popup for headings
|
Maybe as an extra action: link with heading -> telescope popup for headings
|
||||||
Maybe as an extra action: link with paragraph -> telescope popup for paragraphs
|
Maybe as an extra action: link with paragraph -> telescope popup for paragraphs
|
||||||
|
|
||||||
@@ -102,4 +104,3 @@ Global: link to heading: search through all headings
|
|||||||
Global: link to paragraphs: search all paragraphs: maybe overkill
|
Global: link to paragraphs: search all paragraphs: maybe overkill
|
||||||
Global: link to already postfixed paragraphs
|
Global: link to already postfixed paragraphs
|
||||||
Global: Place paragraph id
|
Global: Place paragraph id
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user