Notetaking app with Markdown support https://netsyms.com/apps/notepost
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Skylar Ittner 3fd79702e1 Add support for Nextcloud Notes app web login method il y a 5 ans
api Merge ../BusinessAppTemplate il y a 5 ans
database_upgrade Change `title` column type to TEXT il y a 5 ans
langs Add note search/filter il y a 5 ans
lib Add support for Nextcloud Notes app web login method il y a 5 ans
mobile Add more permissions checks il y a 5 ans
nbproject Create Note object, simple database schema, and readonly web view il y a 5 ans
pages Add ad card support il y a 5 ans
static Merge ../BusinessAppTemplate il y a 5 ans
tests Rewrite to use classes, aligning with AccountHub 2.0 il y a 6 ans
.gitignore Create Note object, simple database schema, and readonly web view il y a 5 ans
.gitmodules Use masonry layout for notes il y a 5 ans
.htaccess Add support for Nextcloud Notes app web login method il y a 5 ans
LICENSE.md Update license and readme il y a 5 ans
README.md Merge ../BusinessAppTemplate il y a 5 ans
action.php Merge ../BusinessAppTemplate il y a 5 ans
api.php Add comment il y a 5 ans
app.php Merge BusinessAppTemplate il y a 5 ans
composer.json Add ODT note export, add more metadata to HTML export il y a 5 ans
composer.lock Add ODT note export, add more metadata to HTML export il y a 5 ans
cron.php Merge BusinessAppTemplate il y a 5 ans
database.mwb Change `title` column type to TEXT il y a 5 ans
database.sql Change `title` column type to TEXT il y a 5 ans
index.php Nicer access denied message il y a 5 ans
pages.php Merge BusinessAppTemplate il y a 5 ans
required.php Add ad card support il y a 5 ans
settings.template.php Merge ../BusinessAppTemplate il y a 5 ans

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