Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for templates - daily notes template #82

Merged
merged 2 commits into from
Dec 11, 2023

Conversation

LA-Toth
Copy link
Contributor

@LA-Toth LA-Toth commented Dec 7, 2023

A template directory can be specified for various templates: obsidian-templates-directory
And a template file name in the directory for the daily notes, obsidian-daily-note-template, default: Daily Note.md

If these are set, the daily note is created from the template.
Obsidian's placeholders can be used:

  • {{title}} - the file name itself without extension
  • {{date}} Current date like 2023-12-07
  • {{time}} Current time like 23:05:42

@LA-Toth LA-Toth mentioned this pull request Dec 7, 2023
@licht1stein
Copy link
Owner

Thanks for the PR! When adding new features it's necessary to also update the README. Otherwise nobody will know :)

@LA-Toth
Copy link
Contributor Author

LA-Toth commented Dec 11, 2023

Thanks for the PR! When adding new features it's necessary to also update the README. Otherwise nobody will know :)

Done. I updated the README with the documentation of previously added features.

@licht1stein licht1stein merged commit bd8bebc into licht1stein:master Dec 11, 2023
5 checks passed
@LA-Toth LA-Toth deleted the daily-notes-template branch December 11, 2023 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants