Skip to content

Releases: BirnadinErick/pandora

pandora-kms v0.2.0

28 Jul 04:32
70dc1ec
Compare
Choose a tag to compare
pandora-kms v0.2.0 Pre-release
Pre-release

Now, pandora-kms can scan a directory with *.md files and parse them in way it is ready for final output to the Pandoc.

New Concepts Addition

  1. Meta
  2. Node

Meta

This struct let the author define some metadata about the file itself, like

  • id
  • author
  • title
  • tags

Node

Resembles a node in the knowledge base, not a file. Physically, found distributed in many files and such. Now does the handling of parsing itself and creating relevant metadata when Node::new() is called.

Release Check

23 Jul 06:25
1fc2126
Compare
Choose a tag to compare

Is not even MVP