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 3fd79702e1 Add support for Nextcloud Notes app web login method преди 5 години
api Merge ../BusinessAppTemplate преди 5 години
database_upgrade Change `title` column type to TEXT преди 5 години
langs Add note search/filter преди 5 години
lib Add support for Nextcloud Notes app web login method преди 5 години
mobile Add more permissions checks преди 5 години
nbproject Create Note object, simple database schema, and readonly web view преди 5 години
pages Add ad card support преди 5 години
static Merge ../BusinessAppTemplate преди 5 години
tests Rewrite to use classes, aligning with AccountHub 2.0 преди 6 години
.gitignore Create Note object, simple database schema, and readonly web view преди 5 години
.gitmodules Use masonry layout for notes преди 5 години
.htaccess Add support for Nextcloud Notes app web login method преди 5 години
LICENSE.md Update license and readme преди 5 години
README.md Merge ../BusinessAppTemplate преди 5 години
action.php Merge ../BusinessAppTemplate преди 5 години
api.php Add comment преди 5 години
app.php Merge BusinessAppTemplate преди 5 години
composer.json Add ODT note export, add more metadata to HTML export преди 5 години
composer.lock Add ODT note export, add more metadata to HTML export преди 5 години
cron.php Merge BusinessAppTemplate преди 5 години
database.mwb Change `title` column type to TEXT преди 5 години
database.sql Change `title` column type to TEXT преди 5 години
index.php Nicer access denied message преди 5 години
pages.php Merge BusinessAppTemplate преди 5 години
required.php Add ad card support преди 5 години
settings.template.php Merge ../BusinessAppTemplate преди 5 години

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