Will you consider the copy/paste as markdown feature as it seems that it is currently missing ?
With accompanying actions, including integration with "Paste special", that would be even better!
Thank you.
Feature request: copy/paste as markdown
-
- Site Admin
- Posts: 17684
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Feature request: copy/paste as markdown
This is a good idea.
In my working version, added:
- new method TRichView.CopyMarkdown
- new method TRichViewEdit.PasteMarkdown.
- Markdown option in TrvActionPasteSpecial.
It will be included in the next update,
Please note that the Clipboard does not have a special Markdown format, so when copying, Markdown is copies as a plain text format. When pasting, the editor gets a plain text from the Clipboard and inserts it as Markdown.
In my working version, added:
- new method TRichView.CopyMarkdown
- new method TRichViewEdit.PasteMarkdown.
- Markdown option in TrvActionPasteSpecial.
It will be included in the next update,
Please note that the Clipboard does not have a special Markdown format, so when copying, Markdown is copies as a plain text format. When pasting, the editor gets a plain text from the Clipboard and inserts it as Markdown.