Automatically replaces any HTML entities you type, such as α with their decoded counterparts, such as α.
No configuration, just automatically converts any html entities you type, as soon as you type them.
Only converts entities when they end in a semicolon.
- Go to the
.obsidian/pluginsfolder in your vault and create a new folder there. - Download manifest.json and main.js from the Releases tab (on the right) and place them inside the folder.
- Enable the plugin in the Community Plugins tab of Obsidian's settings.
I used the code of jon-heard/obsidian-text-expander-js as a guide for creating this plugin.