feat: Add sorting feature [closes #85]

* feat: Add sorting feature #85

* fix: Remove the lines that should not be sorted
This commit is contained in:
Yuta Katayama
2022-05-01 04:39:48 +09:00
committed by GitHub
parent 10df87abae
commit b3a58db72e
3 changed files with 36 additions and 5 deletions

View File

@@ -271,6 +271,9 @@ require('telekasten').setup({
-- markdown: ![](image_subdir/xxxxx.png)
image_link_style = "markdown",
-- default sort option: 'filename', 'modified'
sort = "filename",
-- integrate with calendar-vim
plug_into_calendar = true,
calendar_opts = {