MyNovi | My Notes Viewer is simple markdown viewer made for my usage.
Go to file
Knah Tsaeb 036a34a6f0 Add optimize png 2020-11-05 15:49:20 +01:00
apps Add detect url-rewrite. 2020-11-05 15:18:20 +01:00
content Add favicon and og metadata 2020-10-29 13:33:29 +01:00
css Better Toc and add gotop link 2020-10-13 17:20:49 +02:00
tpl Add detect url-rewrite. 2020-11-05 15:18:20 +01:00
.gitignore Add favicon and og metadata 2020-10-29 13:33:29 +01:00
.htaccess Add optimize png 2020-11-05 15:49:20 +01:00
LICENSE Initial commit 2020-10-08 12:37:04 +02:00
README.md Update README 2020-10-14 12:28:56 +02:00
android-chrome-192x192.png Add optimize png 2020-11-05 15:49:20 +01:00
apple-touch-icon.png Add optimize png 2020-11-05 15:49:20 +01:00
browserconfig.xml Add favicon and og metadata 2020-10-29 13:33:29 +01:00
composer.json Better Toc and add gotop link 2020-10-13 17:20:49 +02:00
favicon-16x16.png Add optimize png 2020-11-05 15:49:20 +01:00
favicon-32x32.png Add optimize png 2020-11-05 15:49:20 +01:00
favicon.ico Add favicon and og metadata 2020-10-29 13:33:29 +01:00
humans.txt Add favicon and og metadata 2020-10-29 13:33:29 +01:00
index.php Add detect url-rewrite. 2020-11-05 15:18:20 +01:00
mstile-150x150.png Add optimize png 2020-11-05 15:49:20 +01:00
safari-pinned-tab.svg Add favicon and og metadata 2020-10-29 13:33:29 +01:00
site.webmanifest Add favicon and og metadata 2020-10-29 13:33:29 +01:00

README.md

Welcome to MyNoVi

MyNovi | My Notes Viewer is simple markdown viewer made for my usage.

Features

  • No configuration
  • Easy install
  • Auto ToC (Table of Content)
  • Browser lazy loading in image
  • KISS

Limitations

MyNovi only work with one level dir (for moment).


Setup

Clone this Mynovi using git

git clone https://forge.leslibres.org/Knah-Tsaeb/MyNoVi.git

Use composer to install external lib (Parsedown and Parsedown-toc)

cd MyNoVi

composer install


Usage

Put your markdown file in 'content' dir via FTP OR SSH.

That's all.

You can personalize the default page by creating file content/index.md.

Advanced usage

Use synchronisation tools like NextCloud. Sync 'content' dir with your desktop. Now just edit your local file and when you save file, after synchro your file is online.


License

This project is licensed under the terms of the AGPLv3 license.