dyedgreen / markbook

Markdown notebook viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markbook

Markbook screenshots

Markbook is a markdown viewer. You can open any folder containing some .md files to browse and search your notes in a nice user interface.

Markbook supports LaTeX-Style equations ($a+b=c$) and standard markdown. The app is currently only available for macOS.

Build instructions

Make sure you have the following installed:

  • GNU Make
  • gcc / clang / other C compiler
  • nasm assembler
  • NodeJS and NPM

Then run:

$ make # to build a binary or ...
$ make app # to build a macOS application bundle.

About

Markdown notebook viewer

License:MIT License


Languages

Language:C 64.0%Language:JavaScript 19.1%Language:CSS 11.4%Language:Makefile 3.8%Language:C++ 1.7%