mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
daily, weekly pickers: don't display file paths
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
- [ ] yt video
|
- [ ] yt video
|
||||||
|
|
||||||
## Dones
|
## Dones
|
||||||
|
- [x] dailies and weeklies: don't display whole paths: fix entries: display values
|
||||||
- [x] added option parameter `i` to `toggle_todo(opts)` and `insert_link(opts)` to enter insert mode.
|
- [x] added option parameter `i` to `toggle_todo(opts)` and `insert_link(opts)` to enter insert mode.
|
||||||
- [x] find_friends()
|
- [x] find_friends()
|
||||||
- [x] show_backlinks() : issue #3
|
- [x] show_backlinks() : issue #3
|
||||||
|
|||||||
@@ -114,6 +114,7 @@ Other plugins I find useful in my day-to-day zettelkasten work:
|
|||||||
- [vim-emoji-complete](https://github.com/kyuhi/vim-emoji-complete)
|
- [vim-emoji-complete](https://github.com/kyuhi/vim-emoji-complete)
|
||||||
- [markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim)
|
- [markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim)
|
||||||
- [vim-markdown-toc](https://github.com/mzlogin/vim-markdown-toc)
|
- [vim-markdown-toc](https://github.com/mzlogin/vim-markdown-toc)
|
||||||
|
- [telescope-media-files](https://github.com/nvim-telescope/telescope-media-files.nvim)
|
||||||
|
|
||||||
### 2. Configure telekasten.nvim
|
### 2. Configure telekasten.nvim
|
||||||
Somewhere in your vim config, put a snippet like this:
|
Somewhere in your vim config, put a snippet like this:
|
||||||
|
|||||||
Reference in New Issue
Block a user