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 23eb2fce69 Add getnotes and getnote API actions 5 years ago
api Add getnotes and getnote API actions 5 years ago
langs Merge BusinessAppTemplate 5 years ago
lib Add getnotes and getnote API actions 5 years ago
mobile Make better API system, use new AccountHub API 5 years ago
nbproject Create Note object, simple database schema, and readonly web view 6 years ago
pages Fix #8 5 years ago
static Merge BusinessAppTemplate 5 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 Use masonry layout for notes 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 5 years ago
action.php Merge BusinessAppTemplate 5 years ago
api.php Add comment 5 years ago
app.php Merge BusinessAppTemplate 5 years ago
composer.json Add ODT note export, add more metadata to HTML export 5 years ago
composer.lock Add ODT note export, add more metadata to HTML export 5 years ago
cron.php Merge BusinessAppTemplate 5 years ago
database.mwb Add database table and cron job to send reminders (isue #6) 5 years ago
database.sql Add database.sql 5 years ago
index.php Nicer access denied message 5 years ago
pages.php Merge BusinessAppTemplate 5 years ago
required.php Remove captcha-related code, since login is done by AccountHub now 5 years ago
settings.template.php Merge BusinessAppTemplate 5 years ago

README.md

NotePost

A cloud-based notetaking app.

Features

  • Markdown support for simple formatting
  • Color-coding and favoriting of notes
  • Implements the Nextcloud Notes API, allowing integration with apps that support Nextcloud Notes (like this one)
  • Core notetaking functions work without JavaScript

Setup Tips

  • Run composer install (or composer.phar install) to install dependency libraries
  • Run git submodule init and git submodule update to install several other dependencies
  • Install the database using database.mwb or database.sql
  • Copy settings.template.php to settings.php and customize
  • You'll also need to setup AccountHub