Arch
Static Files
Dendron can fetch static files at custom locations using the AssetsController.
Development:
- loc: src/Server.ts
- static files:
__dirname/"static"
dendron-next-server/out/
(if indev
) #deprecated (Private) - moving views to Dendron Plugin ViewsnextStaticRoot
(ifnextStaticRoot
is set)
Themes
- API: assetGetTheme
- Implementation: Asset module
Note APIs
Note related methods are served by the note module.
For the plugin the API client is initialized here.
In the Dendron Next Server (Private), it is initialized in the Engine redux slice
Related
Backlinks