bare-bones note-taking app in php
Go to file
quenousimporte 1baf2f76c9 limit to .md files 2024-10-08 17:52: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
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
common.php limit to .md files 2024-10-08 17:52:30 +02:00
favicon.ico add favicon 2024-10-08 13:16:10 +02:00
index.php limit to .md files 2024-10-08 17:52:30 +02:00
manifest.json use transparent icon 2024-10-01 15:14:52 +02:00
note.php fix php tags 2024-10-08 17:52:02 +02:00
readme.md Add url params in readme 2024-10-08 13:01:06 +02:00
settings.php.sample rename sample file 2024-10-08 09:54:24 +02:00
style.css refactor 2024-10-07 16:06:35 +02: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 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