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.
|
4 years ago | |
---|---|---|
api | 5 years ago | |
database_upgrade | 5 years ago | |
langs | 5 years ago | |
lib | 4 years ago | |
mobile | 5 years ago | |
nbproject | 5 years ago | |
pages | 5 years ago | |
static | 5 years ago | |
tests | 5 years ago | |
.gitignore | 5 years ago | |
.gitmodules | 5 years ago | |
.htaccess | 4 years ago | |
LICENSE.md | 5 years ago | |
README.md | 5 years ago | |
action.php | 5 years ago | |
api.php | 5 years ago | |
app.php | 5 years ago | |
composer.json | 5 years ago | |
composer.lock | 5 years ago | |
cron.php | 5 years ago | |
database.mwb | 5 years ago | |
database.sql | 5 years ago | |
index.php | 5 years ago | |
pages.php | 5 years ago | |
required.php | 5 years ago | |
settings.template.php | 5 years ago |
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
(orcomposer.phar install
) to install dependency libraries - Run
git submodule init
andgit submodule update
to install several other dependencies - Install the database using
database.mwb
ordatabase.sql
- Copy
settings.template.php
tosettings.php
and customize - You'll also need to setup AccountHub