pandora-kms

Crates.iopandora-kms
lib.rspandora-kms
version0.2.0
sourcesrc
created_at2023-07-23 06:24:31.068843
updated_at2023-07-28 04:19:07.956081
descriptionpersonal knowledge management system
homepagehttps://pandora.birn.cc
repositoryhttps://github.com/BirnadinErick/pandora/
max_upload_size
id923612
size12,708
Birnadin Erick (BirnadinErick)

documentation

https://pandora.birn.cc/docs

README

pandora

A personal knowledge management system for custom extension of CommonMarkdown.

This is like a metaframework of some sort. Doesn't do the the work in full. Adheres UNIX philosophy partially, i.e. to do one work and do it well.

Features(WIP):

  • links between pages
  • ability to include other files content
  • export a website
  • searching the knowledge base

I intend to create these features as I progress, nevertheless the main goal is to learn rust. So I decided I would create an interpreter of some sort.

pandora takes in a directory of *.md files and then convert then to a website. During the process, it parses few custom extensions and convert them to CommonMark specification.

Later on, files are exported using Pandoc. Extension are meant to be a quick getaway from cumbersome, agonizing typing.


Wrap-up

Made in Jaffna with Palmyrah fruits :wink:.

A Project by Birnadin Erickme@birn.cc

Commit count: 22

cargo fmt