Earlier quoted context omitted.
It’s also not nice to write longer text in monospace. Or to have long URLs interrupt the text just because you want a hyperlink on some word. Or having to lay out tables by hand like ASCII art. Seeing *this* isn’t the same as seeing this . And you need custom editor software anyway to have affordances like TOC navigation.
> long URLs interrupt the text just because you want a hyperlink This annoyed me until I realized pandoc supports separating [the link text] from the link location. [the link text]: "`title` parameter of the tag, if converted to HTML"
Show HN: A WYSIWYG word processor in Python
21–30 of 41 posts
Re: Show HN: A WYSIWYG word processor in Python
#22Re: Show HN: A WYSIWYG word processor in Python
#23at this point, a WYSIWYG just seems like a huge step backwards from just using markdown. I love having access to my files in a standard text format this is super easy to parse, and not being locked into whatever weird format that WYSIWYG decides to store it in. I still don't understand why people still use ~~Microsoft Word~~Copilot document writer , I think they have gotten into some weird mindset that their document…
Re: Show HN: A WYSIWYG word processor in Python
#24On MacOS, I'm seeing `ModuleNotFoundError: No module named 'miniword.core.utils'` whether I run `python3 -m miniword` from src/miniword/ or from src/miniword/miniword/.
My mistake. Now it works (on linux).
Re: Show HN: A WYSIWYG word processor in Python
#25Very nice! Unfortunately, the UI menus seem to be broken when using a dark-mode GTK theme (e.g. Adwaita Dark).
Re: Show HN: A WYSIWYG word processor in Python
#26Re: Show HN: A WYSIWYG word processor in Python
#27One feature missing from almost every mainstream word processor: REVEAL CODES! ( https://kb.corel.com/en/127364 ) This is a famous "killer" feature from WordPerfect: the ability to view and edit the low-level formatting for a document. It's invaluable for fixing weird bugs. However, it works only because WP uses the "text-stream" paradigm, where a document comprises a linear stream of text with formatting codes (Bold…
Re: Show HN: A WYSIWYG word processor in Python
#28Earlier quoted context omitted.
Markdown without formatting isn't usually the nicest to read imo. I actually appreciate a well laid out and formatted document myself. Also wysiwyg doesn't mean it can't be back and forwards compatible with markdown, it might just mean that it's a markdown editor gui with a preview.
It’s also not nice to write longer text in monospace. Or to have long URLs interrupt the text just because you want a hyperlink on some word. Or having to lay out tables by hand like ASCII art. Seeing *this* isn’t the same as seeing this . And you need custom editor software anyway to have affordances like TOC navigation.
Re: Show HN: A WYSIWYG word processor in Python
#29at this point, a WYSIWYG just seems like a huge step backwards from just using markdown. I love having access to my files in a standard text format this is super easy to parse, and not being locked into whatever weird format that WYSIWYG decides to store it in. I still don't understand why people still use ~~Microsoft Word~~Copilot document writer , I think they have gotten into some weird mindset that their document…
Not for a layperson. There’s a reason WYSIWYG word processors completely obliterated the previous “needs an explicit preview mode” generation ones.
Re: Show HN: A WYSIWYG word processor in Python
#30[dead]