ReactiveMatter Blog About

Internet explorer

This page contains curated resources, blogs, apps, etc. from the internet.

Apps

Obsidian

Obsidian is a note taking tool which saves notes locally in markdown format. It is highly customizable and powerful.

To make most of the Obsidian, I use Dataview plugin which generates tables using the metadata of the pages (stored as YAML frontmatter). Dataview uses a SQL like query language, and also allows to use javascript for complex processing.

Bludit

Bludit is flat file CMS which stores content in flat files. It supports markdown and WYSIWYG editor mode. It is highly customizable, and blazingly fast.

Github pages

Github pages allow to publish markdown files on github. It generates a static html site using Jekyll.

Dokuwiki

Dokuwiki is a wiki software built in PHP which stores content in flat files.