Notetaking app with Markdown support https://netsyms.com/apps/notepost
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
 
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