Agency Made Me Do It
All Pages
About
AMMDI is an open-notebook hypertext writing experiment, authored by Mike Travers aka
mtraven
. It's a work in progress and some parts are more polished than others. Comments welcome!
More
.
Search
Map
Full
Page Tree
goddinpotty
TODOs
devlog
dynamic-cheap
dynamic-real
map
name
sidenotes
user-guide
Incoming links
from
goddinpotty/dynamic-cheap
seems like a kludge on a kludge and don't you want to write something new from scratch that is not a fucking hack?
goddinpotty/dynamic-real
Twin Pages
hiccup.util$raw_string@44bd8eeb
goddinpotty/dynamic-real
08 Mar 2023 - 08 Jan 2025
Open in Logseq
Blocks just live in a single graph database
Views are generated from this db on the fly, including private/public decision making
Editing view
Published views (public / private) etc
Hm. Too simple? Seems like I want that kind of ultra-simple infrastructure.
Yes. Something that you can build application-level stuff on top of (like
Noodge
).
Issues/submodules
Database – ez, just use Datomic or sqlite or something. Object format, ditto. Minimal, run-time extensible.
API – should be one and UI should use it. Goal: be able to edit blocks from Emacs or other alterantive if necessary
UI – the hard part. Duh.
Naming and search – need to be done at a pretty basic level. Some kind of structured or hierarchical namespace I suppose is useful, if annoying.