this post was submitted on 25 Jul 2024
28 points (100.0% liked)

Free and Open Source Software

17731 readers
1 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Hi there,

I am searching for an Markdown Editor, with a similar Live-Preview feature to Obsidian. In particular, I do not want to split the view into source and preview, but have the preview as the main window and only switch to source code for the line/block I am currently editing. Nextcloud uses a similar feature for their in-browser editor, but I need an offline variant.

Do you have any suggestions?

top 19 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 month ago

QOwnNotes (https://github.com/pbek/QOwnNotes) may be an option as it is pure Markdown and need not have both the code and preview windows open. I used it before moving to Obsidian. It has some options to customise its window views, but it is a long time since I used it, so not sure if it has that block mode you want. Logseq I seem to recall worked with blocks as it is an Outliner that does save in Markdown format, but I did not like that the outline blocks added characters to the file format that slightly broke compatibility with standard Markdown formats. But blocks was Logseq's strength.

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago)

Zettlr does this reasonably well. It doesn't do it by default, though, you have to turn it on in the settings

[–] [email protected] 1 points 1 month ago

Make one, share it here. Would love to use it

[–] [email protected] 5 points 1 month ago

I've been enjoying Apostrophe:

[–] [email protected] 4 points 1 month ago

Joplin has this functionality, although I don’t often use it since I prefer to type directly into the Markdown editor. Whatever you choose, be sure that you’re comfortable with the security and privacy implications of it.

[–] [email protected] 3 points 1 month ago

Marktext does this for me, can't compare 100% to Obsidian as I've rage uninstalled that several times within an hour of installing it.

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago) (1 children)

~~I can reccommend Trilium. I think it has what you're looking for.~~ | Nevermind. Looks like the project is in maintenance mode for now.

[–] [email protected] 1 points 1 month ago (1 children)

https://github.com/TriliumNext/Notes is a fork that appears to be actively developed. Found it near the end of the issue linked from the maintenance notice.

[–] [email protected] 1 points 1 month ago (1 children)

Although it says it "imports Markdown" so not sure if it is an actual Markdown format editor.

[–] [email protected] 1 points 1 month ago (1 children)

Trilium supports writing notes in multiple formats, including Markdown.

[–] [email protected] 1 points 1 month ago (1 children)

I was thinking more of its native file format it saves to. It said "import from Markdown" which seemed to suggest it is not saving all in Markdown (otherwise would have said opens and saves to). But maybe it is just badly worded.

[–] [email protected] 2 points 1 month ago

Ah, you’re right - Trilium doesn’t use file-backed notes at all - it saves them in a database (I think Sqlite but I’m not positive).

[–] [email protected] 3 points 1 month ago (1 children)

I'm not entirely sure if this is what you are asking, but it looks like it is: https://github.com/Zettlr/Zettlr

[–] [email protected] 2 points 1 month ago (1 children)

Looks good and seems to have tab splitting, which marktext laggs. I will check it out, when I have some time. Thanks!

[–] [email protected] 1 points 1 month ago

I use zettlr -- it's pretty good! The only issues I've run into are with the table editor, and with occasional lag on large documents; the latter just comes with the territory on an Electron app. I know Nathan's working on both, though.

[–] [email protected] 7 points 1 month ago

I can recommend Logseq

[–] [email protected] 4 points 1 month ago

Silverbullet is like that. It is not an electron or native app, you have to run a server and then get to it from the browser.

TLDR it is best run with docker or podman, but IMHO it is pretty good.

[–] [email protected] 7 points 1 month ago (1 children)
[–] [email protected] 2 points 1 month ago

Looks quite good, I will give it a try. Thanks!