Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amreus/tiddly-bean
Experiments with redbean TiddlyWiki server
https://github.com/amreus/tiddly-bean
redbean tiddlywiki
Last synced: 27 days ago
JSON representation
Experiments with redbean TiddlyWiki server
- Host: GitHub
- URL: https://github.com/amreus/tiddly-bean
- Owner: amreus
- License: mit
- Created: 2022-07-30T23:07:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T16:58:24.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T17:08:03.701Z (4 months ago)
- Topics: redbean, tiddlywiki
- Language: Lua
- Homepage:
- Size: 16.6 KB
- Stars: 23
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cosmopolitan - tiddly-bean - Experiments with a redbean TiddlyWiki server (Redbean / Projects)
README
# tiddly-bean
Experiments with a [redbean](https://redbean.dev) TiddlyWiki server
----
These files build a server for single-file
[Tiddlywiki](https://tiddlywiki.com).Type `build` or `make dist` to create the `wiki.com` executable.
Running `wiki.com` starts the server and opens your default browser to your
wiki.On Linux and Macs, the wiki is embeded in the executable - so a self-contained
wiki with server.On Windows, the embeded wiki file is first written to disc as `wiki.html`, and
is saved back to disk. This is because `redbean` does not currently support
updating the wiki file inside the executable on Windows.To use an existing tiddlywiki, replace the `wiki.html` file in the executable using the `zip` utility.
* First copy the exsiting wiki to `wiki.html`
* Then enter on the command line: `zip wiki.com wiki.html`Credits to [Rick Dillon](https://rpdillon.net/redbean-tiddlywiki-saver.html)
for the original server script, and
[coderofsalvation](https://talk.tiddlywiki.org/t/hi-thanks-for-tiddlywiki-redbean-server-implementation/4110)
for his server implementation.