Notetaking app with Markdown support https://netsyms.com/apps/notepost
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
Skylar Ittner 3fd79702e1 Add support for Nextcloud Notes app web login method 5 anni fa
api Merge ../BusinessAppTemplate 5 anni fa
database_upgrade Change `title` column type to TEXT 5 anni fa
langs Add note search/filter 5 anni fa
lib Add support for Nextcloud Notes app web login method 5 anni fa
mobile Add more permissions checks 5 anni fa
nbproject Create Note object, simple database schema, and readonly web view 5 anni fa
pages Add ad card support 5 anni fa
static Merge ../BusinessAppTemplate 5 anni fa
tests Rewrite to use classes, aligning with AccountHub 2.0 6 anni fa
.gitignore Create Note object, simple database schema, and readonly web view 5 anni fa
.gitmodules Use masonry layout for notes 5 anni fa
.htaccess Add support for Nextcloud Notes app web login method 5 anni fa
LICENSE.md Update license and readme 5 anni fa
README.md Merge ../BusinessAppTemplate 5 anni fa
action.php Merge ../BusinessAppTemplate 5 anni fa
api.php Add comment 5 anni fa
app.php Merge BusinessAppTemplate 5 anni fa
composer.json Add ODT note export, add more metadata to HTML export 5 anni fa
composer.lock Add ODT note export, add more metadata to HTML export 5 anni fa
cron.php Merge BusinessAppTemplate 5 anni fa
database.mwb Change `title` column type to TEXT 5 anni fa
database.sql Change `title` column type to TEXT 5 anni fa
index.php Nicer access denied message 5 anni fa
pages.php Merge BusinessAppTemplate 5 anni fa
required.php Add ad card support 5 anni fa
settings.template.php Merge ../BusinessAppTemplate 5 anni fa

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