flutter_js_orgmode 0.2.0 copy "flutter_js_orgmode: ^0.2.0" to clipboard
flutter_js_orgmode: ^0.2.0 copied to clipboard

An Org Mode parser in Flutter apps which aims to parse accuracy via uniorg from JavaScript ecosystem.

0.2.0 2022-05-27 #

Added #

  • Add methods to get the value by given keyword name to OrgPropertyDrawer.
    • get
    • lookup
  • Add properties to get the value of in-buffer settings to OrgData.
    • title
    • date
    • author
    • filetags
    • tags
    • category
    • properties
  • Add name property to OrgLink.
  • Add a method to get all links of a file/buffer to OrgData.
    • getAllLinks
  • Add methods to improve OrgParser.
    • parseType
    • parseSync
  • Add headline property to OrgSection.
  • Add methods to get headlines and sub sections to OrgSection.
    • getAllHeadlines,
    • getSubsections

Changed #

  • Upgrade uniorg to 0.5.2.

0.1.0 #

  • Initial Development Release.
0
likes
100
pub points
0%
popularity

Publisher

verified publishercuilian.io

An Org Mode parser in Flutter apps which aims to parse accuracy via uniorg from JavaScript ecosystem.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0, MIT (LICENSE)

Dependencies

flutter, flutter_js, flutter_js_asset, flutter_js_context, json_annotation

More

Packages that depend on flutter_js_orgmode