uniorg icon indicating copy to clipboard operation
uniorg copied to clipboard

An accurate Org-mode parser for JavaScript/TypeScript

Results 23 uniorg issues
Sort by recently updated
recently updated
newest added

Hello! I tried to parse structure like this: ``` console.log( stringify( parse(` - [ ] checkbox 1 - [ ] checkbox 2`) ), null, 2 ); ``` And i see...

It'd be great if there was a way to parse an org file's data-tree and convert it into nodes of data as opposed to the more markdown-style file parsing where...

It'd be great if the task headings ie: ``` * TODO foo * DONE bar ``` Had a class name added so we can style them separately from the regular...

I have started working on org-cite support before the war began. I don't remember where I left but here are my stashed changes

I have read the instructions of this example, but I couldn't find out how to deal with org-roam-bibtex links (`cite:XXX`) and the bibliography.

I had no luck setting begin/end for the Timestamp object (since this type already has an end property, I could use a universal property name - contentsBegin/contentsEnd, if you don't...

In orgmode a superscript or subscript cannot be the first char in a line. To resolve this, you have to stick a `U+FEFF` (C-x 8 RET zero width no-break space...

I was a bit surprised when my verse blocks were rendering as ``. I looked into the source and saw your annotations as to the why: https://github.com/rasendubi/uniorg/blob/c6fdf0db0e2e4372c8125636d291a55ef2861cb9/packages/uniorg-rehype/src/org-to-hast.ts#L302 This could be...

I'm wondering what it would take to reduce the boiler plate needed to get uniorg working in a project. Likely it'd be some sort of separate project or module because...