no submod

This commit is contained in:
Bel LaPointe
2023-04-17 11:20:05 -06:00
parent 026e7718ed
commit 8970da11e5
60 changed files with 4326 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
* last write wins, no clobber detect
* not made for multi-user
* editor blips around a bit
* doesnt import obsidian even close to correctly
* very pleasant with auto-save and always-editing
* [[ exists but doesnt work well and doesnt like being changed and un-renders on bad setup via click-away and back
* hedge* collab editor for bigger use cases but per-bucket and minio based and ez backup and edit a page to create an import page is all too good

View File

@@ -0,0 +1,26 @@
#! /bin/bash
killall -9 minio
d=$(mktemp -d)
cleanup() {
killall -9 minio
rm -rf $d
}
trap cleanup EXIT
MINIO_ACCESS_KEY=access_key MINIO_SECRET_KEY=secret_key minio server --address :9000 $d &
sleep 1
mc mb sink/notea
docker run --rm -it \
--name notea \
-p 3001:3000 \
-e STORE_ACCESS_KEY=access_key \
-e STORE_SECRET_KEY=secret_key \
-e STORE_BUCKET=notea \
-e STORE_PREFIX=notea/ \
-e STORE_END_POINT=http://$(ifconfig en0 | grep inet\ | awk '{print $2}'):9000 \
-e STORE_FORCE_PATH_STYLE=true \
-e PASSWORD=notea \
-e DISABLE_PASSWORD=true \
-e COOKIE_SECURE=false \
cinwell/notea

View File

@@ -0,0 +1,3 @@
* https://github.com/Ionaru/easy-markdown-editor
* https://www.npmjs.com/package/rich-markdown-editor
* npm+more dependences but is notea+bookstack's bread n butter