Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zcaudate/infra.tool-uniorg

Browser Tooling for Uniorg Parser
https://github.com/zcaudate/infra.tool-uniorg

Last synced: 25 days ago
JSON representation

Browser Tooling for Uniorg Parser

Awesome Lists containing this project

README

        

# Introduction

This is the [uniorg](https://github.com/rasendubi/uniorg) package for
translating org files into an ast representation that can be consumable
by js and clojure. Currently the to markdown functionality is done
through [pandoc](https://pandoc.org/org.html) but there is more featured
libraries for html transform through the
[unified](https://github.com/unifiedjs/unified) landscape of libraries
that may be leveraged at some point.

Building the `bundle.js` file:

``` shell
make package
```

Copy the `bundle.js` to `assets/fx.uniorg` directory

``` shell
make release
```