67 points by kenforthewin 13 days ago | 19 comments | View on ycombinator
segphault 13 days ago |
chaoxu 13 days ago |
I was trying to create something like this too, because I need something that also work for mathematical writing. Let me push a version on github and update, it fixes a lot of issues.
Unfortunately it works on my own version of markdown, which is a subset of pandoc markdown, but I think one can get claude to update the parser to work for other things.
undefined 13 days ago |
smartrich 12 days ago |
pbjerkeseth 13 days ago |
I'm curious when I see things more geared toward prose using CodeMirror instead of ProseMirror. Any comment on that decision?
benatkin 13 days ago |
peterm4 10 days ago |
Noticed the demo won't let me add spaces in table cells however.
alsetmusic 12 days ago |
schonfinkel 11 days ago |
Alex_toani 12 days ago |
k43s85 12 days ago |
k43s85 12 days ago |
bdcravens 13 days ago |
lavaman131 12 days ago |
Your wysiwyg support for tables is very nice, but I couldn't quite figure out how to delete a row. The checkboxes are also a little fiddly, it would be nice if the checkbox turned into editable text when the cursor moves next to it. Does Atomic Editor work with vim bindings via replit's CM6 vim plugin?
Props for building this and sharing it, I hope you stick with it.