core
core copied to clipboard
A Component Framework for Obsidian Plugins
> [!Note] > If you are not *directly* calling APIs exported from the src/signify.ts, src/eventful.ts, or src/cleanups.ts modules, you don't need to worry about any of this: it's strictly for...
Do you have a simple example of how this looks with a Settings Tab class? Sing the tab will already extend PluginSettingTab it cannot be a service, how will it...
Since the main goal of di is to invert control, which means isolate components for testing--a little guide to show how vitest/jest could use it would help adoption. By adoption,...