Benjamin Bray
Benjamin Bray
This is a fantastic list, thanks for putting it together. This topic has been on my mind for a while, too. I have a few suggested additions! I've noticed that...
I recently became aware of the [pandoc-2urlcite](https://github.com/phiresky/pandoc-url2cite) tool, which automatically extracts citation data from URLs and other identifiers like DOI, ISBN, PMCID, PMID, etc.. From the project website, > pandoc-url2cite...
It would be cool to support [Pikchr diagrams](https://pikchr.org/home/doc/trunk/homepage.md) as an editor plugin. > Pikchr (pronounced "picture") is a PIC-like markup language for diagrams in technical documentation. Pikchr is designed to...
The transition from `markdown-it` to `remark` required temporarily disabling pro/con lists. Restoring them will require a custom extension to `mdast` that reads the [`listItemMarker` tokens](https://github.com/micromark/micromark/blob/main/lib/tokenize/list.js#L111) produced by `micromark`, and adds...
At the moment, I rely on `console.log()` everywhere. Before the public beta, I should make the following changes: * [ ] log the output to a file that the user...
Before the public beta release, the default themes deserve a closer look. In particular, * [ ] Fix any weird spacing / alignment issues. * [ ] Decide on default...
Consider adding support for common Markdown variants to Noteworthy. ## MathPix Markdown ("LaTeX-flavored markdown") The MathPix OCR tool is also associated with a file format called MathPix Markdown (`.mmd` or...
This feature is long overdue--I have been putting off implementing a proper file tree since the very beginning! ## Desired Functionality Features * Should be capable of supporting tens of...
TipTap is a popular wysiwyg editor built on top of ProseMirror. I wonder if it would be possible to [write an extension](https://www.tiptap.dev/api/extensions) to TipTap based on `prosemirror-math`.
Resolves #28. * Display math now shows a preview pane. Inline math previews may be supported in the future. * It should be fairly simple to adjust the appearance of...