Tools Reference
This document serves as a reference for various tools that can enhance your productivity and workflow in working with the archive documents.
It is open to contribution and comments, feel free to add your recommendations and thoughts.
Graphical Editing Tools
Local Tools
Obsidian
Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files. It is designed to help you organize and connect your notes in a flexible and efficient manner, making it an excellent tool for knowledge management and research.
https://obsidian.md
Online Tools
stackedit.io
StackEdit is an in-browser Markdown editor that provides a rich set of features for writing and editing Markdown documents.
https://stackedit.io
hack.md
HackMD is a collaborative markdown editor that allows multiple users to work on the same document in real-time. It is designed to facilitate team collaboration, brainstorming, and documentation.
https://hackmd.io/
Development Tools
Command Line Interfacing CLI
YQ
YQ is a lightweight and portable command-line YAML processor. It allows you to read, manipulate, and write YAML data in a simple and efficient manner.
https://mikefarah.gitbook.io/yq
Scripting
Python Frontmatter
This function parses the front matter from a given markdown file using the python-frontmatter library.
https://github.com/eyeseast/python-frontmatter
Site Building Tooling
Jekyll
Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. https://jekyllrb.com
Hugo
Hugo is a fast and flexible static site generator written in Go.
https://gohugo.io
Markdowndb
Markdowndb is a tool that allows you to query markdown files as if they were a database.
https://markdowndb.com