MacBook-Pro-de-Oscar.local 2026-6-13:18:24:58
This commit is contained in:
+25
-7
@@ -114,12 +114,14 @@
|
||||
"showInfoButtons": true,
|
||||
"homepage": {
|
||||
"source": "none",
|
||||
"file": null
|
||||
"file": null,
|
||||
"createMissingPeriodicNote": true
|
||||
},
|
||||
"dualPane": false,
|
||||
"dualPaneOrientation": "horizontal",
|
||||
"showTooltips": false,
|
||||
"showTooltipPath": true,
|
||||
"showTooltipWordCount": false,
|
||||
"desktopBackground": "separate",
|
||||
"desktopScale": 1,
|
||||
"mobileScale": 1,
|
||||
@@ -156,6 +158,7 @@
|
||||
"showNoteCount": true,
|
||||
"separateNoteCounts": true,
|
||||
"showIndentGuides": true,
|
||||
"navCountLeaderStyle": "none",
|
||||
"rootLevelSpacing": 0,
|
||||
"navIndent": 16,
|
||||
"navItemHeight": 28,
|
||||
@@ -187,7 +190,8 @@
|
||||
"enableFolderNoteLinks": true,
|
||||
"hideFolderNoteInList": true,
|
||||
"pinCreatedFolderNote": false,
|
||||
"openFolderNotesInNewTab": false,
|
||||
"folderNoteOpenLocation": "current-tab",
|
||||
"showNearestFolderNoteInSidebar": true,
|
||||
"showTags": true,
|
||||
"showTagIcons": true,
|
||||
"showAllTagsFolder": true,
|
||||
@@ -207,14 +211,18 @@
|
||||
"defaultFolderSort": "modified-desc",
|
||||
"propertySortKey": "",
|
||||
"propertySortSecondary": "title",
|
||||
"manualSortPropertyKey": "sort_index",
|
||||
"manualSortGroupHeaderProperty": "group_header",
|
||||
"manualSortNewNotePlacement": "below-selected-note",
|
||||
"confirmBeforeManualSort": true,
|
||||
"revealFileOnListChanges": true,
|
||||
"listPaneTitle": "header",
|
||||
"noteGrouping": "date",
|
||||
"showSelectedNavigationPills": false,
|
||||
"stickyGroupHeaders": true,
|
||||
"showFolderGroupPaths": true,
|
||||
"showCurrentFolderFilesAtBottom": false,
|
||||
"filterPinnedByFolder": false,
|
||||
"showPinnedGroupHeader": true,
|
||||
"showPinnedIcon": true,
|
||||
"optimizeNoteHeight": true,
|
||||
"compactItemHeight": 28,
|
||||
"compactItemHeightScaleText": true,
|
||||
"showQuickActions": true,
|
||||
@@ -223,6 +231,7 @@
|
||||
"quickActionAddToShortcuts": true,
|
||||
"quickActionPinNote": true,
|
||||
"quickActionOpenInNewTab": false,
|
||||
"hideDrawingPreviewImages": true,
|
||||
"useFrontmatterMetadata": false,
|
||||
"frontmatterIconField": "icon",
|
||||
"frontmatterColorField": "color",
|
||||
@@ -235,11 +244,13 @@
|
||||
"showFileBackgroundUnfinishedTask": false,
|
||||
"unfinishedTaskBackgroundColor": "#ef000050",
|
||||
"showFileIcons": true,
|
||||
"useFolderIconForFiles": false,
|
||||
"showFilenameMatchIcons": false,
|
||||
"fileNameIconMap": {},
|
||||
"showCategoryIcons": false,
|
||||
"fileTypeIconMap": {},
|
||||
"fileNameRows": 1,
|
||||
"useFolderColorForTitles": false,
|
||||
"showFilePreview": true,
|
||||
"skipHeadingsInPreview": true,
|
||||
"skipCodeBlocksInPreview": true,
|
||||
@@ -267,10 +278,15 @@
|
||||
"showPropertiesOnSeparateRows": false,
|
||||
"enablePropertyInternalLinks": true,
|
||||
"enablePropertyExternalLinks": true,
|
||||
"notePropertyType": "none",
|
||||
"textCountDisplay": "none",
|
||||
"textCountPlacement": "title",
|
||||
"characterCountSpaces": "include",
|
||||
"wordCountTargetProperty": "word-goal",
|
||||
"showWordCountPercentage": false,
|
||||
"showFileDate": true,
|
||||
"alphabeticalDateMode": "modified",
|
||||
"showParentFolder": true,
|
||||
"showParentFolderFullPath": false,
|
||||
"parentFolderClickRevealsFile": false,
|
||||
"showParentFolderColor": false,
|
||||
"showParentFolderIcon": false,
|
||||
@@ -289,6 +305,7 @@
|
||||
"calendarLeftPlacement": "navigation",
|
||||
"calendarWeeksToShow": 6,
|
||||
"calendarIntegrationMode": "daily-notes",
|
||||
"calendarPeriodicNotesLocaleSource": "calendar",
|
||||
"calendarCustomFilePattern": "YYYY/YYYYMMDD",
|
||||
"calendarCustomWeekPattern": "gggg/[W]ww",
|
||||
"calendarCustomMonthPattern": "YYYY/YYYYMM",
|
||||
@@ -453,6 +470,7 @@
|
||||
},
|
||||
"customVaultName": "",
|
||||
"pinnedNotes": {},
|
||||
"collapsedPinnedContexts": {},
|
||||
"fileIcons": {},
|
||||
"fileColors": {},
|
||||
"fileBackgroundColors": {},
|
||||
@@ -503,7 +521,7 @@
|
||||
"#404040",
|
||||
"#404040"
|
||||
],
|
||||
"lastShownVersion": "2.5.8",
|
||||
"lastShownVersion": "3.1.2",
|
||||
"rootFolderOrder": [
|
||||
"sources",
|
||||
"attachments",
|
||||
|
||||
+432
-424
File diff suppressed because one or more lines are too long
+2
-2
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"id": "notebook-navigator",
|
||||
"name": "Notebook Navigator",
|
||||
"version": "2.5.8",
|
||||
"minAppVersion": "1.8.7",
|
||||
"version": "3.1.2",
|
||||
"minAppVersion": "1.11.0",
|
||||
"description": "Replace the default file explorer with a clean two-pane interface featuring folder tree, tag browsing, file previews, keyboard navigation, drag-and-drop, pinned notes, and customizable display options.",
|
||||
"author": "Johan Sanneblad",
|
||||
"authorUrl": "https://github.com/johansan",
|
||||
|
||||
+1230
-764
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user