MyNovi | My Notes Viewer is simple markdown viewer made for my usage.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Knah Tsaeb 036a34a6f0
Add optimize png
2 years ago
apps Add detect url-rewrite. 2 years ago
content Add favicon and og metadata 2 years ago
css Better Toc and add gotop link 2 years ago
tpl Add detect url-rewrite. 2 years ago
.gitignore Add favicon and og metadata 2 years ago
.htaccess Add optimize png 2 years ago
LICENSE Initial commit 3 years ago
README.md Update README 2 years ago
android-chrome-192x192.png Add optimize png 2 years ago
apple-touch-icon.png Add optimize png 2 years ago
browserconfig.xml Add favicon and og metadata 2 years ago
composer.json Better Toc and add gotop link 2 years ago
favicon-16x16.png Add optimize png 2 years ago
favicon-32x32.png Add optimize png 2 years ago
favicon.ico Add favicon and og metadata 2 years ago
humans.txt Add favicon and og metadata 2 years ago
index.php Add detect url-rewrite. 2 years ago
mstile-150x150.png Add optimize png 2 years ago
safari-pinned-tab.svg Add favicon and og metadata 2 years ago
site.webmanifest Add favicon and og metadata 2 years ago

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.