Equation Citator v1.3.7 Documentation
Tutorials
ChangeLogs
API
My Website
Preparing search index...
func/syncWebsiteNotes
syncFolderToWebsiteNotesFolder
Function syncFolderToWebsiteNotesFolder
syncFolderToWebsiteNotesFolder
(
plugin
:
default
,
folder
:
TFolder
)
:
Promise
<
void
>
Syncs every markdown file in a folder and performs folder-scoped cleanup.
Edge cases handled:
Exports nested markdown files recursively through Obsidian's folder tree.
Removes stale indexed files only when their paths are inside the selected folder scope and were not overwritten by this sync.
Keeps indexed files outside the selected folder intact.
Merges newly exported referenced assets into the index, even when those assets live outside the folder cleanup scope.
Parameters
plugin
:
default
folder
:
TFolder
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Equation Citator
Documentation
Language
English
简体中文
Tutorials
1. Before We Start
2. Get Started
3. Equation Manage Panel
4. Additional Features
5. Become A Pro
6. Build Your Website With Live Citation Feature
Cross File Citations
ChangeLogs
CHANGELOG 1.1.X
CHANGELOG 1.2.X
CHANGELOG 1.3.X
API Documentation
Module index
Type hierarchy
Generated reference
Function syncFolderToWebsiteNotesFolder
Loading...
Syncs every markdown file in a folder and performs folder-scoped cleanup.
Edge cases handled: