Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zcaudate/infra.tool-uniorg
- Owner: zcaudate
- Created: 2021-01-20T19:16:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T09:05:29.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T12:47:39.023Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```