Sytone

Results 117 comments of Sytone

ok, I just played around with something similar where I passed the service into the render child that extends MarkdownRenderChild. From that I called use off that service and got...

ok, so one the plugin is set in the global container via `use = use.plugin(this);` calls to `this.use` will be using the global context/plugin context and all services are singletons...

ok, I managed to wrap my head around the settings and got a second settings tab up and running for some parts. Will look at making a custom SettingsTabBuilder that...

This commit has the initial implementation. While doing it I noticed a bit of duplication around the value management as the class has the running value and then you have...

> I'm a bit confused about the rewritten builder. What does it do differently than the Ophidian one? I had not checked in. It now has helpers so my settings...

I just tried to use current in showSettings and it was not picking up the value that is set in the data.json. The settings tab is showing fine with the...

Nope, I was a idiot and did not fix a variable reference

ok, that is much clearer to work with, I had added booleans to make sure only some actions would run one on start-up. I can now remove this and use...

I'm going to have to read that one a few times 😀

I'll look at signals to see how that maps to other callback models I know in my head and see if I can impliment in the next few weeks. Still...