Collecting Admonitions/Alerts
This feature automatically extracts all notes and remarks written using the Admonition/Alert syntax from every note under a specified category, and compiles them into a single Markdown file. This allows you to organize and view important information scattered across multiple notes by category.
For example, if you have several study notes under a "Mathematics" category, and each note includes sticky notes recording your stumbling points using the Admonition format, you can extract just those notes and reuse them as a "Collection of Stumbling Points in Mathematics." This is useful for review and revisiting information.
How to Use
With the FlexiMark Workspace open in VSCode, press the F1
key and enter the following command. Then press Enter
.
FlexiMark: Collect admonitions/alerts and compile them into a single Markdown file
A category selection dialog will appear. Select the category that contains the notes you want to collect.
To select an intermediate category, choose the item at the very bottom of the dialog.
Finally, enter a file name for the note that will store the collected Admonition/Alert syntax.
No prefix or suffix will be added to the file name.
The collection process will then be completed.