⚠️ NOTE: See the ace branch for improvements to the editor and php-notes in general.
An actual super simple note page with markdown support!
Just git clone to your (PHP-supported) webserver and start taking notes. :)
cd /var/www/html
git clone https://github.com/Darknetzz/php-notes-simple.git notes
Then simply open the page in your browser and start taking notes. https://<YOUR_SERVER>/notes
Thanks to https://showdownjs.com for markdown support!