-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Certain programs allow formatted content to be copied and/or pasted into them. For example, you can copy bold text from an HTML page and paste it into most word processors and retain the bold formatting.
Parsing template files with specific extensions would allow for formatted text. For example, .txt files would insert the text directly, while .md files would be parsed and formatted as markdown before inserting, or .bbc files would be parsed through BBCode, and complex .html files could be interpreted through something like selenium to render the formatted text (including tables and positioning) before inserting.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request