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
Currently, if want to use multiple plugins, need to configure them one by one. It would be better if a plugin package was provided and multiple plugins could be inherited by default as long as it was installed.
The text was updated successfully, but these errors were encountered:
Actually I created one special package for such purpose under https://github.com/nolebase/integrations/tree/main/packages/unconfig-vitepress, however it wasn't released and still kept as private package for internal usage only just because I failed to think of a design to fit the use cases (such as allowing users to define vue, vite, markdown and VitePress configurations).
Perhaps, this is worth to become a dedicated project, that be able to handle various of different configurations of documentation SSG (for example both for Obsidian and VitePress)
From the perspective of plugins, there are currently only three cases: vite/vue/md. Perhaps a similar form can be compromised, similar to but not like unplugin:
Oh... right, what an amazing API you just made and designed!
Guess my thought was like dropped into a hole of local optimal hahaha, I was always thinking about wrapping the VitePress within Nolebase tools & configurations, and cannot find the best balance of them, over design!!!!
I think it's more clear, thanks to the ideas you just made. Would you like to implement it? (if you have the bandwidth) or I can make it happen during the weekend.
Currently, if want to use multiple plugins, need to configure them one by one. It would be better if a plugin package was provided and multiple plugins could be inherited by default as long as it was installed.
The text was updated successfully, but these errors were encountered: