You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During development, a developer may choose to embed their Molten Obsidian vault within their software's assembly. This is particularly useful for plugin architectures that rely on an assembly discovery pattern.
Implementation
New vault provider : Nodsoft.MoltenObsidian.Vaults.Embedded
Embedded vaults should be discoverable in an easy manner, such as providing an assembly-scoped attribute that specifies the path of the Vault root (Name TBA)
Should we create a provider interface like IVaultProvider or IVaultFactory for multiple vaults scenario?
The text was updated successfully, but these errors were encountered:
Premise
During development, a developer may choose to embed their Molten Obsidian vault within their software's assembly. This is particularly useful for plugin architectures that rely on an assembly discovery pattern.
Implementation
Nodsoft.MoltenObsidian.Vaults.Embedded
IVaultProvider
orIVaultFactory
for multiple vaults scenario?The text was updated successfully, but these errors were encountered: