bare-bones note-taking app in php
Go to file
quenousimporte 8f338757b6 Update readme.md 2024-09-30 09:04:30 +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
bbn192.png add: pwa 2024-02-19 17:28:43 +01:00
bbn512.png add: pwa 2024-02-19 17:28:43 +01:00
favicon.ico add: pwa 2024-02-19 17:28:43 +01:00
home.php search by default instead of open. add title. 2024-03-08 13:47:29 +01:00
index.php change: store note files with .md extension 2024-04-04 11:10:19 +02:00
manifest.json add: pwa 2024-02-19 17:28:43 +01:00
note.php add conflict management 2024-03-15 15:11:51 +01:00
readme.md Update readme.md 2024-09-30 09:04:30 +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
tag filter list by tag show all tags in list alt-t
clip insert in todo do nothing alt-c
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
On list action
clic on tag filter list by tag (home with tags+param)
Url params action
reindex force notes reindex
clip+param same as button
open+param same as button
tags+param same as button
search+param same as button