Simple clippings app

Joined
Dec 29, 2024
Messages
6
Reaction score
0
HI! I do all my writing in Markdown (CommonMark and GitHub Markdown). Most of the apps I use don't support non-standard formatting but do support the HTML equivalents.

So, I am looking for an app that can take selected text (from the Clipboard) and add HTML syntax around the selected text. And then allow the marked-up text to be pasted back (from the Clipboard).

For example:

<mark>Selected text</mark> for highlighted text

<u>Selected text</u> for underlined text

<center>
Block of selected text
</center>
for centered text

Something accessible from the toolbar that keeps the number of keystroke to the absolute minimum would be nice.

Regards
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top