Notetaking app with Markdown support https://netsyms.com/apps/notepost
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Skylar Ittner 093580fa70 Adjust color palette, refresh home page if note colors changed 6 years ago
langs Add note color picker, close #4 6 years ago
lib Add note color picker, close #4 6 years ago
mobile Rewrite to use classes, aligning with AccountHub 2.0 6 years ago
nbproject Create Note object, simple database schema, and readonly web view 6 years ago
pages Adjust color palette, refresh home page if note colors changed 6 years ago
static Adjust color palette, refresh home page if note colors changed 6 years ago
tests Rewrite to use classes, aligning with AccountHub 2.0 6 years ago
.gitignore Create Note object, simple database schema, and readonly web view 6 years ago
.gitmodules Add note color picker, close #4 6 years ago
.htaccess Implement Nextcloud Notes API, close #2 6 years ago
LICENSE.md Switch to Mozilla Public License 2.0 for code consistency 6 years ago
README.md Update README 6 years ago
action.php Add note color picker, close #4 6 years ago
api.php Rewrite to use classes, aligning with AccountHub 2.0 6 years ago
app.php Create Note object, simple database schema, and readonly web view 6 years ago
composer.json Create Note object, simple database schema, and readonly web view 6 years ago
composer.lock Create Note object, simple database schema, and readonly web view 6 years ago
database.mwb Add favorite note feature, fix setModified when passing UNIX timestamp 6 years ago
index.php Update Bootstrap and FontAwesome 6 years ago
pages.php Add AJAX note refresh, note text now changes color to stay readable on dark backgrounds 6 years ago
required.php Rewrite to use classes, aligning with AccountHub 2.0 6 years ago
settings.template.php Create Note object, simple database schema, and readonly web view 6 years ago

README.md

NotePost

Yet another notes app. Supports Markdown and color-coding.

Setup Tips

  • Run composer install (or composer.phar install) to install dependency libraries
  • If you don't have any color in the navbar, run git submodule init and git submodule update.