org-js icon indicating copy to clipboard operation
org-js copied to clipboard

A parser and converter for org-mode notation, written in JavaScript

Results 22 org-js issues
Sort by recently updated
recently updated
newest added

Hi! This is the one of, if not best org javascript parser out there (maybe the best parsers, besides the original elisp implementation). There are a few rough edges though...

looks like the github pages site is no longer up.

[Paragraphs](https://orgmode.org/manual/Paragraphs.html) have been included in org-mode for some time. They are related to `quote` or `src` blocks, but render differently. They do not render properly with org-js; I get no...

Looking at code of this library, `toc` in options is expected to be a number, which is the level to which table of contents should be displayed. Hoverer, a value...

I was experimenting with the org render of Github and found it doesn't support :PROPERTIES:. I tried yours with hope but no. I am concern with :CUSTOM_ID: for the most...

As far as I can tell, there is no timestamp syntax handling in the current version. A variety are described in the [8.1 Timestamps, deadlines, and scheduling](http://orgmode.org/manual/Timestamps.html#Timestamps) in the manual...

The \space in the post-emphasis regex is consumed by the regex. `*bold* *bold* *bold*` renders **bold** \*bold* **bold** The stub/editor isn't up to date so I gave up on the...

Since there is a parser for org in JS already, is it possible to add syntax highlighting to the org source code itself? For example, utilizing the [CodeMirror](https://codemirror.net/doc/manual.html#modeapi) code editor...

Could you please document your development setup in the readme, so that contributors have an easier time getting set up to contribute?