Benjamin Bray

Results 59 comments of Benjamin Bray

Thank you for the suggestion! RTL support (and support for CJK scripts as well) has been in the back of my mind but I'm pretty clueless about how to get...

Also requires addressing benrbray/prosemirror-math#41

Good question! I would like to provide a browser-only version if possible, for people who don't like the 80MB+ electron dependency. It shouldn't be terribly complicated, since the front-end and...

This should have been fixed by my [`remark-concrete` plugin](https://github.com/benrbray/noteworthy/tree/master/src/common/markdown/remark-plugins/concrete) added by #13 . The corresponding test cases pass. At the moment, pro/con lists are parsed/serialized correctly, but any new pro/con...

## Madoko Markdown [Madoko Markdown](http://madoko.org/reference.html#sec-madoko-philosophy) is a LaTeX-flavored Markdown aimed at researchers and mathematicians. > *Trivia:* The [Madoko Editor](https://www.madoko.net/) is written in the [Koka](https://www.rise4fun.com/koka/tutorial) programming language! Here are some snippets...

## Maruku Markdown [Maruku](https://github.com/bhollis/maruku) is a pure-Ruby Markdown-superset interpreter. See the [Maruku syntax reference](https://github.com/bhollis/maruku/blob/master/docs/markdown_syntax.md). Some of its syntax choices are quite similar to Madoko. Maruku is used to generate pages...

Thank you for reporting! I believe there are a few factors at play here where LTR is hard-coded as an assumption. I may be able to fix this by having...

Hey thanks! This is good to know, I wasn't expecting it to be so simple. It's pretty strange that it returns you to the same side you entered from --...

Are you using [ProseMirror](https://prosemirror.net/)? Please take a look at the [README](https://github.com/benrbray/prosemirror-math/blob/master/README.md) file for instructions. You can also see a usage example in the [`docs-src/` folder](https://github.com/benrbray/prosemirror-math/tree/master/docs-src).

`prosemirror-math` is a plugin for the [ProseMirror](https://prosemirror.net/) rich text editor. It will only work if you are already using ProseMirror. Are you developing an application with ProseMirror?