Hacker News new | ask | show | jobs
by sambalbadjak 1494 days ago
I'm impressed. A serverless/internetless wiki. How would upgrading the "engine" work though? e.g implementing a search or adding code highlighting in the the wiki.
2 comments

I'm currently working on a way to extend the code by revealing the underlying [Choo](https://choo.io) framework to enable easier hacking! Search is one feature that theoretically won't be too hard to add, but I excluded it from the core because it would have made it too big.

Note: I have no solid reference point for what "too big" actually means for this project—my only guideline so far has been "as small as possible"

https://tiddlywiki.com/ has a search too and more options for saves.
And, importantly, an upgrade/plugin system. Plug-ins are just notes because the “engine” is built as JS notes.