Epiphany, (a notion clone) #220
shi-yan
started this conversation in
Show and tell
Replies: 1 comment
-
Cool, I was not expecting something like this to come out so early. Good luck. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I want to show you Epiphany, a notion-inspired editor.
Screen recording: ( https://youtu.be/_C0rpXXaETc )
Github (https://github.com/shi-yan/Epiphany)
This is my impulse build. I wanted to start a blog. Having used so many blogging platforms, I'm tired of migrating and losing content. I want to own my data and version control them. Although there are static site generators, I don't think working on raw markdown files is a good writing experience. I, therefore, wanted to have a nice editor that has a focus on technical writing (good support for equations and references) and saves plain text files (I'm using the djot format) with a built-in static site generator.
I want to thank @jgm for the djot.js project. Behind the scenes, I translate the JSON doc from prosemirror into djot.js AST and then use djot.js to generate djot. And I do the reverse process for parsing.
I like the extensibility of djot as I need to support a few different custom embeds.
The workload of building this has grown way more than I estimated. I'm now exhausted. The current release contains a ton of bugs and is only barely usable. But I want to get the first version out. I have created so many abandoned projects, I hope this won't become one of them. I will force myself to keep using it and improving it.
Some future directions to pursue include
Beta Was this translation helpful? Give feedback.
All reactions