{"id":18898400,"url":"https://github.com/hychen/flutter_js_orgmode","last_synced_at":"2026-05-14T23:38:50.297Z","repository":{"id":56829582,"uuid":"422567318","full_name":"hychen/flutter_js_orgmode","owner":"hychen","description":"An Org Mode parser in Flutter apps.","archived":false,"fork":false,"pushed_at":"2022-05-27T08:45:35.000Z","size":146,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T08:45:41.045Z","etag":null,"topics":["flutter","orgmode"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hychen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-29T12:29:11.000Z","updated_at":"2024-10-21T22:15:24.000Z","dependencies_parsed_at":"2022-09-02T03:51:32.370Z","dependency_job_id":null,"html_url":"https://github.com/hychen/flutter_js_orgmode","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hychen%2Fflutter_js_orgmode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hychen%2Fflutter_js_orgmode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hychen%2Fflutter_js_orgmode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hychen%2Fflutter_js_orgmode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hychen","download_url":"https://codeload.github.com/hychen/flutter_js_orgmode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239879317,"owners_count":19712176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flutter","orgmode"],"created_at":"2024-11-08T08:42:29.407Z","updated_at":"2026-05-14T23:38:50.245Z","avatar_url":"https://github.com/hychen.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nThis README describes the package. If you publish this package to pub.dev,\nthis README's contents appear on the landing page for your package.\n\nFor information about how to write a good package README, see the guide for\n[writing package pages](https://dart.dev/guides/libraries/writing-package-pages).\n\nFor general information about developing packages, see the Dart guide for\n[creating packages](https://dart.dev/guides/libraries/create-library-packages)\nand the Flutter guide for\n[developing packages and plugins](https://flutter.dev/developing-packages).\n--\u003e\n\nAn Org Mode parser in Flutter apps.\n\nThis package supports most of org-mode syntax and aim to parse accuracy\nthrough [uniorg](https://github.com/rasendubi/uniorg/) library from JavaScript ecosystem.\n\n\u003e This package is in very early stage and only be tested on MacOS. Use it with caution and file\nany potential issues you see.\n\n## Features\n\nUse this package to\n- Parse raw Org Mode documents as native Dart models.\n- Serialize to json, or deserialize from json.\n\n## Usage\n\n```dart\nimport 'package:flutter_js_orgmode/flutter_js_orgmode.dart';\n\nfinal orgdata = OrgParser().parse(\n\"\"\"\n#+title: Dart\n* TODO [#A] Headline mei\n- 測試 1234\n- 2\n* Just\n\"\"\").then((orgdata) {\n  print(orgdata.children[1].children[0].todoKeyword); // TODO.\n});\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhychen%2Fflutter_js_orgmode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhychen%2Fflutter_js_orgmode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhychen%2Fflutter_js_orgmode/lists"}