mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
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:
@@ -92,6 +92,8 @@ telekasten.setup({opts})
|
||||
-- markdown: 
|
||||
image_link_style = "wiki",
|
||||
|
||||
-- default sort option: 'filename', 'modified'
|
||||
sort = "filename",
|
||||
|
||||
-- specific note templates
|
||||
-- set to `nil` or do not specify if you do not want a template
|
||||
@@ -245,6 +247,16 @@ telekasten.setup({opts})
|
||||
|
||||
Default: 'markdown'
|
||||
|
||||
*telekasten.settings.sort*
|
||||
sort: ~
|
||||
Order the notes by the option.
|
||||
|
||||
Valid options are:
|
||||
- 'filename'
|
||||
- 'modified'
|
||||
|
||||
Default: 'filename'
|
||||
|
||||
*telekasten.settings.follow_create_nonexisting*
|
||||
follow_creates_nonexisting: ~
|
||||
Flag that determines whether non-existing notes should be created when
|
||||
|
||||
Reference in New Issue
Block a user