UNPKG

protoml-parser

Version:

ProtoML is a lightweight, declarative markup language designed for writing and structuring meeting protocols, notes and task lists in a human-readable and machine-parseable format.

13 lines (9 loc) 602 B
# CHANGELOG.md # v1.1.0 - Added `protoviewer` (`protoml-viewer`) command to view computed `.pml` files. - Added builtin macros, you can access them like this - Added macro help `protoparser help {path_to_macro}` - Added command to list all macros in path `protoparser --listMacros <path>` or with builtin macros `protoparser --listMacros {{macro_dir}}` and `protoparser --macroHelp <file_path>` - Added enhanced help command for internal commands and more accessed via `protoparser --listDocs` and `protoparser --docs <name>` # prior v1.0.6 There was no CHANGELOG.md file before v1.0.6.