Merge pull request #268 from Sleepful/main

Create subdirs when creating new note
This commit is contained in:
lambtho
2023-07-11 11:13:37 +00:00
committed by GitHub
2 changed files with 1226 additions and 1099 deletions

View File

@@ -70,7 +70,7 @@ telekasten.setup({opts})
-- Main paths -- Main paths
home = '/path/to/directory', -- path to main notes folder home = '/path/to/directory', -- path to main notes folder
daily = '/path/to/directory', -- path to daily notes daily = '/path/to/directory', -- path to daily notes
weekly = '/path/to/directory', -- path to weekly notes weeklies = '/path/to/directory', -- path to weekly notes
templates = '/path/to/directory', -- path to templates templates = '/path/to/directory', -- path to templates
-- Specific note templates -- Specific note templates

View File

File diff suppressed because it is too large Load Diff