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 88b2146135 Implement Nextcloud Notes API, close #2 5 years ago
langs Add basic create/edit/delete functionality, close #1 6 years ago
lib Implement Nextcloud Notes API, close #2 5 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 Fix note card bottom margin when multiple rows 6 years ago
static Add basic create/edit/delete functionality, close #1 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 basic create/edit/delete functionality, close #1 6 years ago
.htaccess Implement Nextcloud Notes API, close #2 5 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 Implement Nextcloud Notes API, close #2 5 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 Implement Nextcloud Notes API, close #2 5 years ago
index.php Update Bootstrap and FontAwesome 6 years ago
pages.php Add basic create/edit/delete functionality, close #1 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.