|
|
|
|
|
by benrbray
2109 days ago
|
|
Hey, I had exactly the same frustration. I like some features of Obsidian (like backlinks), and I like some features of Typora (like math), but no single editor has all the features I want. It annoyed me to no end that I couldn't simply download the source and make the changes I needed. (or write a plugin) During quarantine I've been working on an open-source alternative called Noteworthy (https://noteworthy.ink/). It's not quite ready for release yet, but keep an eye out the next few months! The source is here, you can technically build it if you try hard enough: (https://github.com/benrbray/noteworthy) The goal is to be as modular and extensible as possible. People shouldn't have to keep re-inventing file trees, Markdown parsing, etc.. This is my first large TypeScript/Electron project so code feedback is always welcome, especially in the early stages. In the meantime, you might be interested in Zettlr, an open-source editor with similar features which is a bit more stable. If you don't mind me asking, what features in particular are you looking for in an editor? |
|