This Obsidian plugin extends the core Note composer plugin fixing some bugs and adding additional features.
If you use Merge current file with another file..., Extract current selection..., Extract this heading... from the note with relative links, the core plugin moves those links as is, which leads to broken links you have to fix manually.
The current plugin adjusts such links and makes them valid.
Sometimes when you extract selection or heading, the chosen title is invalid
# Title with invalid characters *\<>:|?#^[]"
The core plugin will show an error when you try to extract such heading.
The current plugin allows to replace/remove such invalid characters.
If those invalid characters were used intentionally, the plugin allows to add the invalid title
Quick switcher).Treat title as path option converts titles that contain / into paths.
For example, when we invoke Extract this heading... command for ## a / b / c / d:
If Treat title as path option is
a/b/c/d.md. Leading and trailing spaces are trimmed.a _ b _ c _ d.md. Spaces are preserved. / is replaced with _ (or another replacement string as per settings).The plugin is available in the official Community Plugins repository.
To install the latest beta release of this plugin (regardless if it is available in the official Community Plugins repository or not), follow these steps:
Add plugin button once and wait a few seconds for the plugin to install.By default, debug messages for this plugin are hidden.
To show them, run the following command:
window.DEBUG.enable('advanced-note-composer');
For more details, refer to the documentation.
See my other Obsidian resources.