From b492f3179e4adbe4ff1fd268310f6a6fafe4aa40 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Tue, 30 Nov 2021 00:35:23 +0100 Subject: [PATCH] daily, weekly pickers: don't display file paths --- BACKLOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/BACKLOG.md b/BACKLOG.md index ad031eb..9e7a501 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -3,6 +3,7 @@ - [ ] yt video ## 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] find_friends() - [x] show_backlinks() : issue #3 diff --git a/README.md b/README.md index 56e4d79..0428144 100644 --- a/README.md +++ b/README.md @@ -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) - [markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim) - [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 Somewhere in your vim config, put a snippet like this: