lin onetwo

Results 855 comments of lin onetwo

Also encounter error running commands in MacOS ``` % make build-base docker-compose stop ERROR: The Compose file './docker-compose.yml' is invalid because: Unsupported config option for services: 'db' make: *** [cleanup]...

I'm using docker desktop for macOS, seems we have large difference in version... Maybe this is the cause of `Unsupported config option for services: 'db'` ``` % docker-compose version docker-compose...

But can you make a public build of image? Since the code is open-sourced, there is no reason to use private image, right? I'm going to run it in a...

How about use JSON-LD standard like ```json { "description": [{ "@value": "A public university focusing on teaching examples.", "@language": "en" }, { "@value": "Une université publique axée sur l'enseignement d'exemples.",...

Can there be a standard to open a layout with URL query param? It's useful for launcher apps (Tiddloid TidGi) to open a wiki in safe mode layout or calendar...

> inject tiddlers directly into the hosted wiki. Thanks, this will work, I can listen on `tidgi://` scheme and onReceive I use API like `injectedJavaScript` `executeJavascript` to run `$tw.wiki.addTiddler('$:/layout', xxx)`....

Great, in most of the times, `there is no new tiddler` will be the case.

I don't know where I can test it better than you, I think code is good, I can put the prerelease into TidGi after this is merged.

See also https://github.com/Jermolene/TiddlyWiki5/discussions/8230 @Jermolene

## Plugin title and tiddlers title @Jermolene Based on https://github.com/TiddlyWiki/TiddlyWiki5/discussions/8230#discussioncomment-9638842 , Can I put them to `docs/zh-Hans` folder in the repo, with plugin prefix `$:/docs/zh-Hans`, simillar to plugins in `languages/zh-Hans`...