Equation Citator v1.3.7 Documentation
Tutorials
ChangeLogs
API
My Website
Preparing search index...
func/syncWebsiteNotes
syncFileToWebsiteNotesFolder
Function syncFileToWebsiteNotesFolder
syncFileToWebsiteNotesFolder
(
plugin
:
default
,
file
:
TFile
)
:
Promise
<
void
>
Syncs one markdown file and its referenced assets without stale cleanup.
Edge cases handled:
Rejects non-markdown files before touching the export folder.
Merges exported paths into the previous index without removing older paths, because single-file sync cannot infer which other exports are stale.
Uses the same ignored-file direct-copy behavior as repository sync.
Parameters
plugin
:
default
file
:
TFile
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 syncFileToWebsiteNotesFolder
Loading...
Syncs one markdown file and its referenced assets without stale cleanup.
Edge cases handled: