This mod integrates a paste import/export feature to allow sharing and testing tape builds that are more human-readable. It follows the CBPaste Formatting Specification. You can check the source code here to see how it can be put into practice.
NOTE: This mod is currently in very early beta. If you encounter any bug, make sure you're using the latest version (v0.1.3) and check if it's been fixed there before reporting it.
NOTE: Attributes are not supported yet. Come back later if you really need it; this is not an easy problem to solve.
Exporting Pastes
Pastes for individual tapes can be exported by previewing the tape. Bulk paste exporting for the current Party or the entire Tape Storage can be done in either the Party Menu or while in Tape Storage, but this option is removed while in battle.
Pastes can also be exported as a file. Export formats include plain text (which is the standard for sharing pastes), Markdown, BBCode (color supported), and HTML (color supported). You can choose to export an individual tape, the current party, or the whole tape storage.
Importing Pastes
To import tapes, first enable Debug Console, then type in import_paste
to access the import menu. This will only accept pastes formatted with plain text. So long as they are formatted correctly, you can use this to generate multiple tapes at once. By default, paste importing checks for legality, and if importing 6 or less at once, tags them as "Favourite" to make them easier to find in Tape Storage
Should be safe to remove.