Releases: i-whammy/obsidian-journal-creater-plugin
Releases · i-whammy/obsidian-journal-creater-plugin
Release list
1.1.0
Full Changelog: 1.0.2...1.1.0
1.0.2
Added
- Journal folder setting — choose the vault folder new journal pages go into (Settings → Community plugins → Journal Creater).
- For example, set it to journal/2026 to keep pages out of the vault root.
- The chosen folder is created automatically the first time a page is written there, including any missing parent folders.
- Folder input is normalized, so stray whitespace or leading/trailing slashes no longer produce broken paths.
Changed
- minAppVersion is now 1.5.7 (the setting relies on getFolderByPath, added in that release).
- Obsidian 1.5.7 or later is required.
Notes
- The setting defaults to empty, which writes to the vault root exactly as before — existing users see no change until they set a folder.