Hello, I just released a new version of pundok-editor, a visual editor for Pandoc internal format based on Prosemirror and Tiptap.
It also relies on prosemirror-tables-sections and prosemirror-search, though I copied its code into mine, because I’m using prosemirror through tiptap, and AFAIK tiptap is not packaging prosemirror-search yet.
The original goal of the project was an editor that could be configured and adapted to different workflows, with all the format conversions and features that Pandoc provides.
It’s still alpha software without proper documentation (for now), but it’s usable and you can try it.
It depends on a recent version of Pandoc (3.x).
You can clone the github project and run it with npm.
A GNU/Debian deb
package and a Windows exe
are the only binaries I can provide now.
The software writes its configuration files under the pundok-editor
directory in the user directory (~/.local/share/pundok-editor
in Linux systems). Just delete it when you want your system back to the state before trying pundok-editor.