Notetaking app with Markdown support https://netsyms.com/apps/notepost
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Skylar Ittner 3fd79702e1 Add support for Nextcloud Notes app web login method hace 5 años
api Merge ../BusinessAppTemplate hace 5 años
database_upgrade Change `title` column type to TEXT hace 5 años
langs Add note search/filter hace 5 años
lib Add support for Nextcloud Notes app web login method hace 5 años
mobile Add more permissions checks hace 5 años
nbproject Create Note object, simple database schema, and readonly web view hace 6 años
pages Add ad card support hace 5 años
static Merge ../BusinessAppTemplate hace 5 años
tests Rewrite to use classes, aligning with AccountHub 2.0 hace 6 años
.gitignore Create Note object, simple database schema, and readonly web view hace 6 años
.gitmodules Use masonry layout for notes hace 5 años
.htaccess Add support for Nextcloud Notes app web login method hace 5 años
LICENSE.md Update license and readme hace 5 años
README.md Merge ../BusinessAppTemplate hace 5 años
action.php Merge ../BusinessAppTemplate hace 5 años
api.php Add comment hace 5 años
app.php Merge BusinessAppTemplate hace 5 años
composer.json Add ODT note export, add more metadata to HTML export hace 5 años
composer.lock Add ODT note export, add more metadata to HTML export hace 5 años
cron.php Merge BusinessAppTemplate hace 5 años
database.mwb Change `title` column type to TEXT hace 5 años
database.sql Change `title` column type to TEXT hace 5 años
index.php Nicer access denied message hace 5 años
pages.php Merge BusinessAppTemplate hace 5 años
required.php Add ad card support hace 5 años
settings.template.php Merge ../BusinessAppTemplate hace 5 años

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