Skip to content

Allow for formatted templates to be inserted #44

@robtoyota

Description

@robtoyota

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 request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions