4 comments

  • chaoxu1 hour ago
    I&#x27;m testing it and seems to be <i>very broken</i>, typing things around and things jumps everywhere.<p>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.<p>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.
    • kenforthewin1 hour ago
      Thanks for trying it out! would you mind giving some steps that allow me to repro the issue? It&#x27;s early days so i&#x27;m sure there are some rough edges, hopefully I can fix them quickly.
  • pbjerkeseth2 hours ago
    Nice work! It seems like selection highlighting(?) doesn&#x27;t work but the interaction feels good otherwise.<p>I&#x27;m curious when I see things more geared toward prose using CodeMirror instead of ProseMirror. Any comment on that decision?
    • kenforthewin1 hour ago
      Thanks for the heads up - I pushed up a fix to the hightlighting issue.<p>I originally went with Milkdown (Prosemirror-based) for Atomic, the knowledge base project that I built Atomic Editor for. ProseMirror doesn&#x27;t provide virtualization out of the box. For shorter notes and even moderately long content it&#x27;s fine - but atomic supports syncing content from a diverse set of sources and I noticed that long documents were causing delays on initial page load and some lag during edits. I didn&#x27;t find anything like it with native virtualization that felt right to me so I built Atomic Editor.
      • pbjerkeseth29 minutes ago
        No problem, I actually went through a similar path of trying milkdown&#x2F;tiptap&#x2F;a few others as the core for my own editor needs but kept running into into issues where the abstractions got in the way eventually. I was thinking about using ProseMirror for a custom &#x27;one big text file&#x27; concept so I guess Ill close the door on that idea and give this a try.
    • bityard1 hour ago
      Selection worked for me on mobile, but doesn&#x27;t show a highlight. Probably a simple CSS fix.
  • benatkin1 hour ago
    That looks pretty good, but it isn&#x27;t quite there yet, for me. If you try to delete the opening fence, the closing fence turns into a closing fence, and the abstraction leaks in tables.