mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-01 08:17:07 +00:00
Update Hidden File Sync settings guidance
This commit is contained in:
@@ -20,7 +20,7 @@ Enabling Hidden File Sync requires an initialisation direction:
|
|||||||
## Review the file selection
|
## Review the file selection
|
||||||
|
|
||||||
1. Open Self-hosted LiveSync settings.
|
1. Open Self-hosted LiveSync settings.
|
||||||
2. Open `Setup`, find `Enable extra and advanced features`, and enable `Advanced features`.
|
2. Open `General Settings` → `Extra menus`, and enable `Advanced features`.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -536,7 +536,7 @@ async function captureHiddenFileGuideSettings(
|
|||||||
|
|
||||||
const screenshots = [
|
const screenshots = [
|
||||||
await captureObsidianElement(port, "guide-hidden-file-advanced-features.png", (page) =>
|
await captureObsidianElement(port, "guide-hidden-file-advanced-features.png", (page) =>
|
||||||
liveSyncSettingPanelByTitle(page, "Setup", "Enable extra and advanced features")
|
liveSyncSettingPanelByTitle(page, "General Settings", "Extra menus")
|
||||||
),
|
),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user