Settings
The settings can be found under Slides Extended Section inside Plugin Settings. The settings can be found by clicking the gear in the bottom left corner, or by hitting Ctrl/Cmd-,.
Most of them are fairly self-explanatory, but here are some notes that might be helpful.
Port
PermalinkDefine on which Port Slides Extended should run. The default Port is 3000.
Changing the port can be useful if you operate multiple vaults and both have Slides Extended plugin installed.
Assets directory
PermalinkSpecify a vault directory for custom themes, CSS, scripts, and HTML templates. When set to a directory like assets, the plugin searches for files in organized subdirectories:
- CSS/Themes:
assets/css/andassets/ - Scripts:
assets/js/andassets/ - HTML templates:
assets/html/
See Themes for details on custom themes and CSS, including the new scripts and remoteScripts options.
Scripts and Remote Scripts
PermalinkLoad additional JavaScript into all presentations. These can be set globally in plugin settings (comma-separated) or per-note via YAML frontmatter. See Themes for usage details.