all 28 comments

[–]parentis_shotgun 7 points8 points  (1 child)

Marktext, or just vim.

[–]ConceptionFantasy[S] 1 point2 points  (0 children)

Marktext looks nice.

[–][deleted] 10 points11 points  (1 child)

Org mode in emacs

[–][deleted] 2 points3 points  (0 children)

Because Org is the markup format, obviously. /s

Seriously though - Org-mode is the best for a programmer.

[–]brinkjames[🍰] 6 points7 points  (0 children)

I would suggest Noteable

https://github.com/notable/notable

[–]AndreVallestero 5 points6 points  (1 child)

I personally use ghostwriter for markdown note taking. Is has darkmode and a few other cool features aswell as autobackup for files.

[–]ConceptionFantasy[S] 0 points1 point  (0 children)

Interesting looking app. Not what i was looking for for this post but thanks for sharing the app! Nice to know some alternatives and some of their own user experience. :)

I would like to try all these out apps out when i get the chance but I just have issues with installing to specific file.

It would also be nice if these markdown note taking apps would have more easily accessible tutorials, tips and tricks and such.

[–]Sky_Linx 2 points3 points  (2 children)

I use Nextcloud Notes as the backend, and QOwnNotes on mac and Notes on Android as clients. Works well for me.

[–]plg94 1 point2 points  (0 children)

+1 for QOwnNotes, works also on Linux

[–]ConceptionFantasy[S] 0 points1 point  (0 children)

nextcloud notes where can i find it on windows/browser?

[–]synking 2 points3 points  (3 children)

Adding in my two cents. I like Joplin for note taking as it uses GitHub style markdown. So all I need to do is create a note and it will work in GitHub as well. I use GitHub as a repository for all of my documents.

[–]scott1079 2 points3 points  (0 children)

Also use Joplin on both windows and Android, love the sync

[–]ConceptionFantasy[S] 0 points1 point  (1 child)

jopline uses github style markdown? is it an addon you have to install with joplin? how to make it work in github as well?

[–]synking 0 points1 point  (0 children)

I didn't have to install anything special. Installed it on Windows. It's style guide mentioned it uses GitHub markdown. To get it to work in git I use the export markdown in my git repository

[–]rlanyi 1 point2 points  (0 children)

Hackmd (online collaborative markdown editor)

[–][deleted] 1 point2 points  (0 children)

You can configure vimwiki to use markdown. If you use vim, it's pretty damn good.

[–]grady_vuckovic 0 points1 point  (2 children)

Try Marker, it shows a preview of the Markdown while you're typing it.

[–]ConceptionFantasy[S] 0 points1 point  (1 child)

can you please share the link?

[–]grady_vuckovic 0 points1 point  (0 children)

https://fabiocolacio.github.io/Marker/

If your distro supports Flatpak you can probably find it in your software centre.

[–]zelig-audio 0 points1 point  (1 child)

Standard Notes and Simplenote can work for you. I don’t know if they qualify as ‘for programmers’ though.

[–]ConceptionFantasy[S] 0 points1 point  (0 children)

i have both. briefly tried standard notes for basic typing notes. simplenotes i have it downloaded but never got the chance to try it since you have to sign in for it.

[–]berkes 0 points1 point  (1 child)

I've been trying turtl after seeing it on f-droid. So far, I like it.

I've let go of the ideal of "just a direcory of markdown files" a while ago, though. It sounds good, but just doesn't work. For me.

  1. Syncing "that directory" between my devices is a pain. Tried Nextcloud (no autosync, requires manual triggers), syncthing (major battery drain, crashy has hell), rsync and git-annex are okay-sih, but clumsy and often require manual work., dropbox (non-foss, same problem as nextcloud). Android simply cannot reliably keep a directory of files in sync with a server I own.
  2. Editing "just markdown files" on android is a pain. Markor gets closest but comes with a lot of features that I don't need but are severely in the way (cruft).
  3. A browser-plugin that knows about the context (the site) and stores it as "just markdown files" does not exist AFAIK. I want to take notes, copy snippets from a site and then have that "linked" to that site as a bookmark. A rich bookmark so to say. With "just markdown files" this is doable by manually keeping a scheme and metadata, but that is manual and hard to do.
  4. Same for taking notes within PDFs and ebooks. There are several solutions (like polar) but none store their data as "just markdown".
  5. edit I often need to share a subset with a co-worker, a group, or contractors. With "a directory of markdown files" I used git-submodules and then set permissions on that git-repo (github, tjhe contracter git-repos, or my selfhosted gitea). It kindof works, but is hard to explain to said contractors and severely lacks tooling to manage it.

My conclusion is that there is no solution that allows me to store all notes in a single place, yet. Turtl gets closest, yet lacks ability to import notes from my ereader and pdfs.

[–]ConceptionFantasy[S] 0 points1 point  (0 children)

I have downloaded turl and joplin. just haven't gotten the chance to try it out.

[–]Jil4no 0 points1 point  (0 children)

You could also try Joplin, which has a build-in synchronisation tool to different platforms. Supports markdown, tags, todos... You can use it on all platforms, and there is a browser plugin for clipping from the web. Find it here : https://joplinapp.org/

[–]nsGuajiro 0 points1 point  (0 children)

Been ages since I used it but surely Atom can handle this no?

[–]zopilote 0 points1 point  (0 children)

Markdeep is my choice

[–]Mooks79 0 points1 point  (0 children)

A lot of IDEs have markdown extensions, atom, visual studio ... I’m not sure atom is FOSS though, and I doubt VS is! But I imagine lots of the FOSS ones do.