isaiascope571 downloadsCreate select that change the markdown on change adding an action button to the ribbon (left sidebar)
This plugin allows you to add an HTML select element to your note with configurable options. It includes backend logic to update the markdown dynamically when the selected value changes in view mode. In other words makes the changes for HTML selects, generated by this plugin, permanent.
The plugin generates a select with the number of options you want. The options are generated with the following pattern: Option 1, Option 2, Option 3, ..., Option n. The plugin also adds a logic to the markdown file to make the changes permanent when the select value changes.
Just after select creation, the plugin adds a markdown code like the following:
After the select value changes, the plugin changes the markdown code to the following: