https://github.com/silverezhik/obsidian-journal-md
Manages your Obsidian Journal.md file
https://github.com/silverezhik/obsidian-journal-md
Last synced: 24 days ago
JSON representation
Manages your Obsidian Journal.md file
- Host: GitHub
- URL: https://github.com/silverezhik/obsidian-journal-md
- Owner: SilverEzhik
- License: agpl-3.0
- Created: 2024-12-07T07:53:35.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-07T08:10:25.000Z (5 months ago)
- Last Synced: 2024-12-07T08:26:56.892Z (5 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Journal.md
This plugin is for people who want their daily journal to be in a single file.
It will:
- Automatically create headings for your Journal.md file
- The heading format can be customized in the settings
- Provide an action and a sidebar shortcut to quickly open your Journal.md file
- Provide an action to quickly append something to the latest entry in the Journal.md fileAdditionally, there are two URI handlers for working with the journal:
- `obsidian://journal/open` - opens your journal
- `obsidian://journal/append?text=...` - appends text to the latest entry in your Journal.md file