bare-bones note-taking app in php
Go to file
quenousimporte cd8d52249c always show links and stats at the bottom 2024-10-07 09:01:50 +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 clip feature 2024-10-07 08:58:59 +02:00
index.php always show links and stats at the bottom 2024-10-07 09:01:50 +02:00
manifest.json use transparent icon 2024-10-01 15:14:52 +02:00
note.php always show links and stats at the bottom 2024-10-07 09:01:50 +02:00
readme.md always show links and stats at the bottom 2024-10-07 09:01:50 +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
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
delete delete (rename as .del) alt-d
Url params action
reindex force notes reindex
open+param same as button
search+param same as button