3.2.2 • Published 1 year ago

org2json v3.2.2

Weekly downloads
-
License
GPLv3
Repository
-
Last release
1 year ago

org2json

library for converting org files to json and back.

examples

converting org to json

import { orgToJson } from "org2json";
const fs = require("fs");

console.log(orgToJson(fs.readFileSync("./inbox.org")));

converting json to org

import { orgToJson } from "org2json";

const notes = [{ title: "hi" }];

console.log(jsonToOrg(notes));

what's supported?

  • Title
  • Tags
  • Description
  • Nesting
  • Properties
  • [] Lists
  • [] Tables
  • [] Comments
  • [] Links
  • [] Images
  • [] markup
3.2.2

1 year ago

3.2.1

1 year ago

3.1.7

1 year ago

3.1.6

1 year ago

3.1.10

1 year ago

2.1.2

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

3.1.9

1 year ago

3.1.8

1 year ago

2.1.1

2 years ago

2.1.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago