|
|
||
|---|---|---|
| libs | ||
| .htaccess | ||
| bbn48.png | ||
| bbn192.png | ||
| bbn512.png | ||
| common.php | ||
| index.php | ||
| manifest.json | ||
| note.php | ||
| readme.md | ||
| settings.php.sample | ||
| style.css | ||
readme.md
bbn
A bare-bones note-taking app written in php. No javascript.
Install
- Upload the files on a php server.
- Edit settings.php.sample and rename it to settings.php.
Usage
| Home page | action | hotkey |
|---|---|---|
| press enter in search field | full text search | alt-s |
| new | create new note | alt-n |
| download | download all notes in a zip file | alt-d |
| Note page | action with param | hotkey |
|---|---|---|
| home | save and back to home | alt-h |
| save | save | alt-s |
| preview | save and show markdown preview | alt-p |
| download | save and download as .md file | alt-d |
| delete | delete (rename as .del) | alt-d |
URL parameters
index.php
- reindex
- download
- filter
note.php
- new
- title
- preview