diff --git a/BACKLOG.md b/BACKLOG.md index 31ebb19..b2e4fb5 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -1,5 +1,10 @@ # Backlog +- [ ] some cool buffer showing backlinks (and stuff?) + - maybe another one where we dot-render a graph of linked notes and + display it via vimg from telescope_media_files or sth similar + - these buffers / this buffer should keep its size even when resizing other + splits (like the calendar) - [ ] really good support for special links: inserting, yanking, ... - can we add image pre-viewing capabilities from `telescope-media-files` to the standard previewer or a self-written pre-viewer (config)? diff --git a/README.md b/README.md index 0291cc3..281df32 100644 --- a/README.md +++ b/README.md @@ -239,11 +239,11 @@ END | `dailies_create_nonexisting` | following a link to a non-existing daily note will create it | true | | `weekly_create_nonexisting` | following a link to a non-existing weekly note will create it | true | | `template_new_note` | markdown template for new notes | ~/zettelkasten/templates/new_note.md | -| `template_new_note` | set to `nil` if you want none | | +| | set to `nil` if you want none | | | `template_new_daily` | markdown template for new daily notes | ~/zettelkasten/templates/daily.md | -| `template_new_note` | set to `nil` if you want none | | +| | set to `nil` if you want none | | | `template_new_weekly` | markdown template for new weekly notes | ~/zettelkasten/templates/weekly.md | -| `template_new_note` | set to `nil` if you want none | | +| | set to `nil` if you want none | | | `plug_into_calendar` | activate calendar support if true (needs calendar-vim plugin) | true | | `calendar_opts` | options for calendar, see below | see below |