Live data from Hacker News

Ask HN: What note taking app do you use and why?

news.ycombinator.com

11–20 of 27 posts

Re: Ask HN: What note taking app do you use and why?

#11

Apple notes because of their zero friction in syncing and collaboration with any other Apple ecosystem user. Obsidian for technical things in my work computer.

Another pro for Apple notes that rarely gets mentioned: top class RTL support, notes woth mixed direction text and even lines

It has same defaults for all of this, which can be overridden on a per note or per line level with a quick hotkey on desktop

Along with search that properly ignores Arabic diacritics, unless I search with diacritics where it also matches diacritics

With a very clear, nicest looking modern Arabic font I’ve seen anywhere

Re: Ask HN: What note taking app do you use and why?

#12
I start by using plain text Markdown files so that I can use many different programs, workflows, and it is future proof.

What do I consider Notes? Documentation, reference materials, ideas, journaling, and task management.

For documentation I use a programmers text editor. Mostly VSCode, but I still use BBEdit, Sublime and others

For the past couple of years the primary application I use for everything else is NotePlan

https://noteplan.co

NotePlan stores its data as markdown files, offers a very polished GUI for Mac, iPhone and iPad and is tailored to each. A web version was recently released and is still feature incomplete but very usable.

The developer has created an app that appears deceptively simple, but has a great deal of depth and flexibility for you to create your own systems.

If you want Tasks and Calendars as part of your note system, NotePlan is well worth a deep review. Check out the videos on their site to get an understanding. NotePlan also integrated with Apple’s Reminders and Calendar. It also can sync with Google Calendar.

Hashtags and @Mentions are available. Templates for meetings, journaling and more are provided or you can make your own.

Sync works flawlessly via Apple’s ICloud and the developer never sees your data. (I was skeptical of this but found it to be true). It is not recommended, but you can also sync via Dropbox or git.

NotePlan is extendable via JavaScript plugins many of which are provided by the community. These include simple shortcuts to complex new dashboard views.

Do you have your own additions to Markdown syntax? NotePlan made it easy for me to add my own syntax.

Since this is Markdown, you can use other tools. The NotePlan documentation explains how to use Obsidian

I mention the Web version is not yet full featured. However, it is VERY functional. My primary workstation is KDE/Ubuntu, and I use the web version all day long.

Finally, yes NotePlan is a subscription. I am hesitant to recommend subscriptions. But let me strongly state, I feel it is a fair deal. The subscription covers 4 native platforms. This is a highly responsive Developer on Discord and elsewhere, new features arrive constantly. I am on the BETA and get updated several times per month. The Developer has gone out of their way to not lockup your data in a proprietary format. The only lock in they have is providing an excellent UI and nurturing a great community.

Re: Ask HN: What note taking app do you use and why?

#14
I mostly write Markdown notes in VS Code. With the help of some Bash scripts, Pandoc and Calibre, they are converted into PDFs, ebooks and websites. When I need, I use Git to sync the notes between different devices.

I chose this method because VS Code is highly customizable (I make my own extensions) and because there are tons of other tools to work with Markdown and Git. I use those other tools as needed.

Being able to trust the longevity of my note-taking system is pretty important to me.

Re: Ask HN: What note taking app do you use and why?

#15
I principally use Obsidian because it was easy to build out a custom plug-in to easily push a markdown note and its corresponding media to my statically generated website.

While I do wish it was open source, since it doesn't use a proprietary format or alter the folder structure where I keep my notes it's pretty trivial to switch to a different notetaking tool in the future.

Pros

- doesn't mess with your notes or migrate it into a database (looking at you Joplin)

- extensible via JS plug-ins

Cons

- I'm not enamored with the mobile experience

Re: Ask HN: What note taking app do you use and why?

#16
I use https://simplenote.com

- Syncs across multiple platforms.

- Plaintext based (with MD support).

- Search + edit UI similar to https://notational.net and https://brettterpstra.com/projects/nvalt

- Simple to publish/share notes

- Free (as in beer and speech)

---

If I used MacOS or there were web versions, I would love to use the following (they are all better at plaintext than SimpleNote):

- https://getdrafts.com (best text manipulation + actions)

- https://www.taskpaper.com (best tagging/querying system!)

- https://www.hogbaysoftware.com/bike (supposedly best plaintext editing experience)

---

Some day I will build my own plaintext notes/bookmarks/tasks app that is a mashup of:

- TaskPaper

- Drafts

- nvAlt

- SimpleNote

- https://www.bkmks.com

Re: Ask HN: What note taking app do you use and why?

#18
I used to use WikidPad, which is open source, and based on Python, but breaking changes to wXwindows killed it in source code form, and I don't want to be chained to a Windows EXE file from 2012.

I'm open to alternatives, maybe even Emacs Org mode? I'm a TECO fan... not sure if I can deal with it, though.

Re: Ask HN: What note taking app do you use and why?

#19

I start by using plain text Markdown files so that I can use many different programs, workflows, and it is future proof. What do I consider Notes? Documentation, reference materials, ideas, journaling, and task management. For documentation I use a programmers text editor. Mostly VSCode, but I still use BBEdit, Sublime and others For the past couple of years the primary application I use for everything else is NotePl…

Everyone has their own preferences but $100 a year for a note taking app that will need a third party service to sync seems a little rich.
Post reply on HN