yousinix
yousinix
### Description of the new feature / enhancement A tool like [HazeOver](https://hazeover.com/) to dim inactive windows, to help reduce distraction and increase focus.  ### Scenario when this would be...
Deprecates the `Widgetbook.appBuilder` parameter, in favor of the new parameter `Widgetbook.builder`. The new parameter allows injecting widgets between the Addons and the UseCase. This can be helpful for injecting the...
Currently the easiest way _(excluding custom components)_ to visualize a directory structure is to use an ascii-based tree as follows: ``` your_app/ ├── pubsepc.yaml ├── lib/ ├── ... └── widgetbook/...
We want a way to announce big releases/updates all over the docs. Similar to the "🎉️ [Docusaurus v3.5](https://docusaurus.io/blog/releases/3.5) is out! 🥳️" banner below. [🔗 Preview](https://docusaurus.io/)
Currently there's no way to put files in a directory for organization purposes without it affecting the `href` of that page. For example, if you want to put all your...
We want to catalog all the Widgets in material design using Widgetbook in a new [example](https://github.com/widgetbook/widgetbook/tree/main/examples) called `material_example`.
We need to unify the documentation of our addons by doing the following: 1. Add screenshots or short video demonstrating the addon functionality. 1. Improve setup code snippet from just...
We want to add a new `mix_example` [example](https://github.com/widgetbook/widgetbook/tree/main/examples) for Widgetbook with [`mix`](https://pub.dev/packages/mix) package; to demonstrate how to create design systems from scratch and catalog them in Widgetbook.
If a variable is used in the a bash code block, it won't be interpolated. ````markdown ```bash # This doesn't work install {{ versions.default }} ``` ```yaml # This works...