Zef Hemel

Results 418 comments of Zef Hemel

The polling is expected. Every 5s the client checks if changes were made on the server (supposedly by external tools or other clients) and reloads if so. So the requests...

Yep indeed, this was never implemented. Would be good to have 👍🏻

Yeah, the meaning of the `![alt text](bla.jpg)` is indeed simply used as `alt` attribute right now (that shows on hover). However, this we could potentially change into putting this alt...

How would you specify these things separately using the image syntax, though?

You can, but you'd lose regular JavaScript semantics like closures (referencing variables outside the function). So I'd like to avoid weird surprises like that.

The `type` field may need to be something along the lines of JSON schema maybe to allow more complex settings. For instance, the [silverbullet-mattermost](https://github.com/silverbulletmd/silverbullet-mattermost) plug uses more complicated values for...

Another idea here would be to “auto scope” settings by plug name. So to use the previous `core` example, in `SETTINGS` values would be defined with: ```yaml core: initPage: index...