retext icon indicating copy to clipboard operation
retext copied to clipboard

ReText: Simple but powerful editor for Markdown and reStructuredText

Results 92 retext issues
Sort by recently updated
recently updated
newest added

Although the parser supports fenced code block, the syntax highlighter seems not. e.g. `````` ``` # this should not be headered ``` `````` Reported by: colinfang Original Ticket: [retext/tickets/98](https://sourceforge.net/p/retext/tickets/98)

bug
auto-migrated
hardwork

i want a portable tarball, so i can install it or run it directly. so, i sugest that: 1, move all date file to share dir, same as the installed...

For better readability outside of a markdown editor, it's a good practice to break lines before it crosses the right margin column, which we can define in the preferences window....

Hello, I have seen that ReText doesn't save the NBSP written with Unicode character as actual NBSP but as a normal space. So we loose all the u+00A0 characters I...

[Language Tool](https://languagetool.org) integrates spellcheck and grammar check, for 20 languages. It would be amazing to have it integrated witin ReText, the same way we have spellcheck.

Hello, Could you please add an option for adding URL / Image links in StackExchange Style? Currently URL is `[title of the URL](address of the URL)`. Yet in cases the...

this is 2 aspects: 1. we can use it to navigate in the retext editor 2. bookmarks in the generated HTML/PDF Thanks

wishlist
hardwork

I use git to propagate my dotfile configurations between multiple machines but doing so with retext's `~/.config/ReText project/ReText.conf` causes issue as opening new files or switching tabs updates the config...

Add a refresh button on toolbar, when modify a image content (such as size) without modify markdown content, we can use this button to refresh preview. At present, we can...

I would like to toggle line numbers without using the preferences dialog. I want to type `:set nu` or `:set number` to turn line numbers on or `:set nonu` /...