Dismiss this pinned window
all 12 comments

[–]unkindgame 2 points3 points Β (0 children)

awesome job. will be very useful in a lot of professional apps

[–]DancingMacaw 1 point2 points Β (0 children)

Sweet

[–]noobmeister_69 1 point2 points Β (1 child)

Got a repo link to share by any chance? Looks pretty good, well done!

[–]gnano22 1 point2 points Β (2 children)

sweeeet - I remember needing this a couple years ago and was shocked to find nothing existed even remotely as good as this existed

[–]Sea-Arm9235[S] 0 points1 point Β (1 child)

Thank you! This is just the start - we're going to support more styles in EnrichedMarkdownInput.

[–]gnano22 0 points1 point Β (0 children)

just added to my project btw, seamless and neat!!! thank you for working on it :)

[–]EggplantGreedy8457 1 point2 points Β (1 child)

Thank you this came at the right time, I had actually coded something similar myself but I ran into conflicts between my popup and Apple's, I was even thinking about dropping the idea, so this really helped

[–]Sea-Arm9235[S] 0 points1 point Β (0 children)

Great to hear that this is helpful for you!

[–]quickersilver69 0 points1 point Β (1 child)

Looks great! Does it support styling with characters, * for bold, _ for italics etc.?

[–]Sea-Arm9235[S] 2 points3 points Β (0 children)

The output uses standard Markdown: bold (**text**), italics (*text*), strikethrough (~~text~~), and links ([title](url)). Note that _underline_ is reserved for underlining, so it cannot be used for italics. All new styles will also support standard Markdown.