I recommend something like Obsidian instead which is a markdown editor (newly upgraded) along with an entire knowledge base and note taking system that can create and maintain references across files. https://obsidian.md/
MarkText is free and open source (MIT License) while Obsidian is closed source, which is an important distinction for some users. Some of the other alternatives mentioned here, like Zettlr[1] and Dendron,[2] would be more suitable for users who prefer to handle their Markdown documents and notes with FOSS. [1] https://www.zettlr.com [2] https://www.dendron.so
Marktext – Elegant Markdown Editor for Linux, macOS, Windows
71–80 of 110 posts
Re: Marktext – Elegant Markdown Editor for Linux, macOS, Windows
#72Just another one in an endless stream of bloatware Electron markdown text editors. Stop giving these projects recognition.
Re: Marktext – Elegant Markdown Editor for Linux, macOS, Windows
#73Is it possible to turn off the custom title bar, and restore the system's native title bar, and add a real menu bar instead of a hamburger menu hiding options behind an extra click?
Re: Marktext – Elegant Markdown Editor for Linux, macOS, Windows
#74To the best of my knowledge this (Marktext) is the only free/open-source Markdown editor that has WYSIWYG (like Typora: https://typora.io/ ). Not a separate preview window, but the actual editor window renders each Markdown "block" (paragraph, list item, whatever) except the one you're editing.
I've been working on one ( https://github.com/blackhole89/notekit ) for a while now (which, unlike the aforementioned, also is not built on Chrome/Electron). Unfortunately it seems to be pretty hard to get the word out, or at least I haven't found any better strategy than to pounce, as I am doing now, whenever I see a HN thread about markdown editors (which invariably wind up having some comment thread lamenting the…
Re: Marktext – Elegant Markdown Editor for Linux, macOS, Windows
#75Things I want in a markdown editor: Grammar check. Auto-capitalise start of sentence and known proper nouns. Auto fix obvious typos without bothering me. Grammatically smart spellcheck. Detect and flag accidental double space. Detect and flag duplicate words. Word count excluding headlines. It's nice when I use Google docs and it has that stuff. I wish I had it in markdown.
Re: Marktext – Elegant Markdown Editor for Linux, macOS, Windows
#76To the best of my knowledge this (Marktext) is the only free/open-source Markdown editor that has WYSIWYG (like Typora: https://typora.io/ ). Not a separate preview window, but the actual editor window renders each Markdown "block" (paragraph, list item, whatever) except the one you're editing.
I've been working on one ( https://github.com/blackhole89/notekit ) for a while now (which, unlike the aforementioned, also is not built on Chrome/Electron). Unfortunately it seems to be pretty hard to get the word out, or at least I haven't found any better strategy than to pounce, as I am doing now, whenever I see a HN thread about markdown editors (which invariably wind up having some comment thread lamenting the…
In regard to getting the word out, it depends on the kind of person you want to reach. If you really want to reach a "general" public, the sibling's comments sound useful, in particular binary availability.
In particular for Windows. I've clicked on the link, ended up on the GH workflows page, looked around quickly, didn't see where to grab the binary and went on my way being happy that I'm on Arch Linux and there's a package in the AUR.
Re: Marktext – Elegant Markdown Editor for Linux, macOS, Windows
#77To the best of my knowledge this (Marktext) is the only free/open-source Markdown editor that has WYSIWYG (like Typora: https://typora.io/ ). Not a separate preview window, but the actual editor window renders each Markdown "block" (paragraph, list item, whatever) except the one you're editing.
I've been working on one ( https://github.com/blackhole89/notekit ) for a while now (which, unlike the aforementioned, also is not built on Chrome/Electron). Unfortunately it seems to be pretty hard to get the word out, or at least I haven't found any better strategy than to pounce, as I am doing now, whenever I see a HN thread about markdown editors (which invariably wind up having some comment thread lamenting the…
Who's good to only write stuff on a computer and on that alone?
Best solution to me so far is to just use Wiki.js.
Re: Marktext – Elegant Markdown Editor for Linux, macOS, Windows
#78Earlier quoted context omitted.
I've been working on one ( https://github.com/blackhole89/notekit ) for a while now (which, unlike the aforementioned, also is not built on Chrome/Electron). Unfortunately it seems to be pretty hard to get the word out, or at least I haven't found any better strategy than to pounce, as I am doing now, whenever I see a HN thread about markdown editors (which invariably wind up having some comment thread lamenting the…
I mean the following as feedback to help you find more users, not as critique; I understand where you’re coming from and this is just how I would personally approach it: What I immediately noticed looking at the README, is that the communication is centered around you and your values, rather than on the end-user: You mention why you created it, not what it enables the user to do. You use Linux-lingo, like “free (spee…
Replace? I'm not Linux user but this sounds strange to me. He did native GTK app and he should not be considering Linux users?
Re: Marktext – Elegant Markdown Editor for Linux, macOS, Windows
#79Just another one in an endless stream of bloatware Electron markdown text editors. Stop giving these projects recognition.
Just because you don't find it useful, doesn't mean others won't either. I use Marktext on a daily basis and think its a great tool, after comparing it to what's available in OSS. I haven't had any Electron-related issues with it.
Maybe you just do not consider wasting energy as an issue?
Re: Marktext – Elegant Markdown Editor for Linux, macOS, Windows
#80To the best of my knowledge this (Marktext) is the only free/open-source Markdown editor that has WYSIWYG (like Typora: https://typora.io/ ). Not a separate preview window, but the actual editor window renders each Markdown "block" (paragraph, list item, whatever) except the one you're editing.