Skip to main content

Markdown Viewer

A TagSpaces extension that allows for the opening of markdown files.

Features

  • Offers different themes for displaying documents.
  • Find text in the current document.
  • Export the content as an HTML file.
  • Zoom in and out of the content.
  • Document printing.

Screenshot of the viewerMD

Used Libraries

This extension relies on the following great projects:

  • marked - A markdown parser and compiler.
  • Bootstrap - A popular CSS framework for responsive design.
  • i18next - An internationalization framework for JavaScript.
  • Mark.js - A library to highlight text in a document.
  • Dompurify - A DOM-only XSS sanitizer.

Installation

This extension is packaged with any new version of TagSpaces.

Source Code

The source code of this extension is freely available on GitHub.

Development

If you want to extend this extension, please follow our general extension development guide.

License

MIT