bare-bones note-taking app in php
Go to file
quenousimporte ffc90cf9fa drop tags feature 2024-10-07 08:57:16 +02:00
libs add: markdown preview 2024-02-19 12:20:20 +01:00
.htaccess init app 2024-02-13 22:57:28 +01:00
bbn48.png add transparent icons 2024-10-01 15:13:53 +02:00
bbn192.png add transparent icons 2024-10-01 15:13:53 +02:00
bbn512.png add transparent icons 2024-10-01 15:13:53 +02:00
home.php drop tags feature 2024-10-07 08:57:16 +02:00
index.php drop tags feature 2024-10-07 08:57:16 +02:00
manifest.json use transparent icon 2024-10-01 15:14:52 +02:00
note.php Add download single note 2024-10-02 11:49:15 +02:00
readme.md drop tags feature 2024-10-07 08:57:16 +02:00
settings.php.sample.php add root param 2024-02-16 16:58:06 +01:00
style.css fix title width 2024-03-12 15:10:32 +01:00

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.php and rename it to settings.php.

Usage

Home page action with param action with empty param hotkey
search (default action) full text search reload home alt-s
open open if exists, or create create with timestamp as title alt-o
clip insert in todo alt-c
download download all notes in a zip file alt-d
Note page action with param hotkey
home (default action) save and back to home alt-h
save save alt-s
preview save and show markdown preview alt-p
links save and show links alt-l
stats save and show stats alt-i
delete delete (rename as .del) alt-d
Url params action
reindex force notes reindex
clip+param same as button
open+param same as button
search+param same as button