Releases: decaf-dev/obsidian-note-splitter
Releases · decaf-dev/obsidian-note-splitter
1.3.0
Feature
- add remove delimiter setting #21
1.2.1
Fix
- sanitize file name for Windows OS
- make
truncateFileName
work with a file name that ends with a link
Docs
- add removed characters to documentation
1.2.0
Feature
- add append to split content setting #13
Refactor
- rename functions for maintainability
Tests
- add unit tests
- add integration tests
1.1.1
Fix
- only use the first line of split content as the title #10
Refactor
- rename
Use content as title
to Use first line as title
- rename
Folder path
to Output folder
1.1.0
Feature
- make split command always available in the command palette #5
1.0.0
Feature
- add setting to delete original file after split #2
- add setting to save split notes in parent folder #2
Fix
- stop empty notes from being created #2
Thanks to 1 contributor
0.6.0
fix: remove unused setting
0.4.0
Feature
- escape wiki links when creating a title for a note