Releases: zachmueller/commonplace-notes
Releases · zachmueller/commonplace-notes
0.1.21
What's New in 0.1.21
New Features
- Delete Published Note command — new command to delete a published note, cleaning up both the S3 object and the local mapping entry
- Panel insertion behavior — on locally published notes, new panels now open adjacent to the source panel instead of always appending at the end
0.1.20
- Modify the Markdown to HTML conversion to align to the new URL behavior in the related publish-side CDK
0.1.19
- Update new UUID generation to default length of 10 characters
- Make UUID length configurable via hidden setting
uidLength
0.1.18
- Switch UUID generator function to Crockford base32
0.1.17
- Added new setting to allow users to customize how the
awsCLI is accessed under the "AWS CLI" profile type
0.1.16
Got simple version of "local publishing" working
0.1.15
- Correct bug introduced in
0.1.14that accidentally uploaded notes JSONs twice and skipped uploading mapping JSONs
0.1.14
- New style NoticeManager to keep notices alive while commands run behind the scenes and improve maintainability
- Improve error handling around presence of directories
0.1.13
Implement initial approach to including line number data in rendered HTML to facilitate linking to specific lines in published notes
0.1.12
Fix bug where all text input throughout Obsidian would break after first clicking a Delete Profile button