flutter_js_orgmode

Last updated:

0 purchases

flutter_js_orgmode Image
flutter_js_orgmode Images
Add to Cart

Description:

flutter js orgmode

An Org Mode parser in Flutter apps.
This package supports most of org-mode syntax and aim to parse accuracy
through uniorg library from JavaScript ecosystem.

This package is in very early stage and only be tested on MacOS. Use it with caution and file
any potential issues you see.

Features #
Use this package to

Parse raw Org Mode documents as native Dart models.
Serialize to json, or deserialize from json.

Usage #
import 'package:flutter_js_orgmode/flutter_js_orgmode.dart';

final orgdata = OrgParser().parse(
"""
#+title: Dart
* TODO [#A] Headline mei
- 測試 1234
- 2
* Just
""").then((orgdata) {
print(orgdata.children[1].children[0].todoKeyword); // TODO.
});
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.