Skip to main content

New top story on Hacker News: Show HN: Edna, note taking app for developers

Show HN: Edna, note taking app for developers
13 by kjksf | 2 comments on Hacker News.
I took a small break from coding SumatraPDF and wrote a note taking application that is perfect for me: https://ift.tt/8SUnyP1 Edna is a note taking app for developers and power users. A cross between Obsidian and Notational Velocity. Markdown, plain text, code, works in browser so no installation required, private (notes are stored in your browser or disk) and secure (can encrypt notes with a password). The story so far. I was always attracted to editors with minimalistic UI, like https://mak.ink/ , simplenote, Notational Velocity. I like having most of the screen estate for writing because writing and editing is what note taking apps are for. But: most of them are very thin on features and UI. I saw Heynote and it was one of those minimalistic writing UIs with not many features. I liked their concept of dividing notes into blocks so I forked Heynote and started coding. The goal was to combine writing-oriented, minimalistic main UI while also providing on-demand UI for features and efficient operation. Things like context menu, type-down note switcher, command palette, quick access shortcuts, plenty of keyboard shortcuts. Another goal was privacy and security. The notes never leave your computer and can be encrypted with a password. It also makes the code simpler because I don't need any backend storage, user accounts and auth etc. Sadly, only Chrome and Edge provide the necessary file system api, on other browser you can only store notes in local storage, which means no sharing between computers or accessing the notes with other software. 40 working days and 528 commits later, here's what I've added: * added support for multiple notes * ability to store notes on disk * and if you store notes in a directory managed by DropBox, OneDrive etc., you get sharing of notes between computers * Ctrl + P: UI for switching between notes, creating new notes, deleting notes, inspired by Notational Velocity * Ctrl + Shift + P: command palette like in vs code * context menu to access frequently used functionality * Ctrl + E to open note from history (list of recently opened notes) * ability to assign Alt + 0 ... Alt + 9 quick access shortcuts * ability to encrypt notes with a password * export all notes to a .zip file * automatic, daily backup of notes to a .zip file (optiona, see Settings) * Ctrl + B to navigate between blocks * re-designed Settings UI * added ability to execute Go blocks * support Svelte and Vue in code blocks * ported the UI code from Vue to Svelte 5, just because I could * converted from desktop app to run in the browser (Ctrl is on Windows, on Mac it's ⌘). I've been using it daily while working on it. 94 notes and counting. I still have ideas for improvements but it has all the core features for productive work. The app: https://ift.tt/8SUnyP1 The code: https://ift.tt/Bhe62UZ

Comments

Popular posts from this blog

New top story on Hacker News: Tell HN: I think I found Toyota's battery

Tell HN: I think I found Toyota's battery 173 by scythe | 29 comments on Hacker News. Recently there was a thread about a "breakthrough" in battery technology at Toyota. https://ift.tt/nUtv4yY Toyota has been putting out PR puff pieces about their "solid-state" (solid-electrolyte) batteries for years, but this story was unique in that it had a quote from Keiji Kaita, who holds some high-level role at Toyota. Anyway, I didn't think much of it, because there was no paper referenced in the Guardian article, which seemed to be the original source. But while reading about something else, I came across the paper "A near dimensionally invariable high-capacity positive electrode material", published in Nature Materials last December: https://ift.tt/24ZXPy5 This paper, reporting a cathode that has very little (much less than normal) change in size or shape when charged and discharged, claims reversible storage with a solid electrolyte. It stands to reaso

New top story on Hacker News: Show HN: Neucards – Privacy based digital contact card

Show HN: Neucards – Privacy based digital contact card 7 by bdominy | 1 comments on Hacker News. Neucards is an end-to-end encrypted contact information sharing and updating iOS app that protects your identity while letting you keep in touch with people. I started working on neucards as a side project more than ten years ago, and I decided three years ago to go full-time and try to build a community around it. There are two major problems that neucards addresses. First, most people end up with contact lists that are hopelessly out of date. Over time, people move, change jobs, or add social profiles and unless they tell you, chances are you could lose touch. Second, your contact information ends up in the wrong hands. There has been a huge increase in robocalls, unsolicited emails, data breaches, and online scams that is driven by accessing a person's contact info. Even worse, with AI now being able to imitate a person's voice or other mannerisms, knowledge about the connecti