vault backup: 2026-06-08 16:18:12
This commit is contained in:
+67
-34
@@ -1,36 +1,69 @@
|
||||
{
|
||||
"version": null,
|
||||
"isAnnounceUpdatesEnabled": true,
|
||||
"isPluginActivated": true,
|
||||
"isTypewriterScrollEnabled": true,
|
||||
"isOnlyActivateAfterFirstInteractionEnabled": true,
|
||||
"isOnlyMaintainTypewriterOffsetWhenReachedEnabled": true,
|
||||
"isTypewriterOnlyUseCommandsEnabled": false,
|
||||
"typewriterOffset": 0.5,
|
||||
"isKeepLinesAboveAndBelowEnabled": false,
|
||||
"linesAboveAndBelow": 5,
|
||||
"isMaxCharsPerLineEnabled": false,
|
||||
"maxCharsPerLine": 64,
|
||||
"isDimUnfocusedEnabled": false,
|
||||
"isDimHighlightListParentEnabled": false,
|
||||
"isDimTableAsOneEnabled": true,
|
||||
"dimUnfocusedMode": "paragraphs",
|
||||
"dimUnfocusedEditorsBehavior": "dim",
|
||||
"dimmedOpacity": 0.25,
|
||||
"isPauseDimUnfocusedWhileScrollingEnabled": true,
|
||||
"isPauseDimUnfocusedWhileSelectingEnabled": true,
|
||||
"isHighlightCurrentLineEnabled": false,
|
||||
"isFadeLinesEnabled": false,
|
||||
"fadeLinesIntensity": 0.5,
|
||||
"isHighlightCurrentLineOnlyInFocusedEditorEnabled": false,
|
||||
"currentLineHighlightStyle": "box",
|
||||
"currentLineHighlightUnderlineThickness": 1,
|
||||
"currentLineHighlightColor-dark": "#444",
|
||||
"currentLineHighlightColor-light": "#ddd",
|
||||
"doesWritingFocusShowHeader": false,
|
||||
"doesWritingFocusShowStatusBar": false,
|
||||
"doesWritingFocusShowVignette": true,
|
||||
"isWritingFocusFullscreen": true,
|
||||
"writingFocusVignetteStyle": "box",
|
||||
"isRestoreCursorPositionEnabled": false
|
||||
"general": {
|
||||
"version": "1.4.0",
|
||||
"isAnnounceUpdatesEnabled": true,
|
||||
"isPluginActivated": true,
|
||||
"isOnlyActivateAfterFirstInteractionEnabled": true,
|
||||
"enabledPlatforms": "both",
|
||||
"enabledFilePaths": [],
|
||||
"disabledFilePaths": []
|
||||
},
|
||||
"typewriter": {
|
||||
"isTypewriterScrollEnabled": true,
|
||||
"isOnlyMaintainTypewriterOffsetWhenReachedEnabled": true,
|
||||
"isTypewriterOnlyUseCommandsEnabled": false,
|
||||
"typewriterOffset": 0.5
|
||||
},
|
||||
"keepLinesAboveAndBelow": {
|
||||
"isKeepLinesAboveAndBelowEnabled": false,
|
||||
"linesAboveAndBelow": 5
|
||||
},
|
||||
"maxChars": {
|
||||
"isMaxCharsPerLineEnabled": false,
|
||||
"maxCharsPerLine": 64
|
||||
},
|
||||
"dimming": {
|
||||
"isDimUnfocusedEnabled": false,
|
||||
"isDimUnfocusedOnlyInWritingFocusModeEnabled": false,
|
||||
"isDimHighlightListParentEnabled": false,
|
||||
"isDimTableAsOneEnabled": true,
|
||||
"dimUnfocusedMode": "paragraphs",
|
||||
"dimUnfocusedEditorsBehavior": "dim",
|
||||
"dimmedOpacity": 0.25,
|
||||
"isPauseDimUnfocusedWhileScrollingEnabled": true,
|
||||
"isPauseDimUnfocusedWhileSelectingEnabled": true
|
||||
},
|
||||
"currentLine": {
|
||||
"isHighlightCurrentLineEnabled": false,
|
||||
"isHighlightCurrentLineOnlyInWritingFocusModeEnabled": false,
|
||||
"isFadeLinesEnabled": false,
|
||||
"isFadeLinesOnlyInWritingFocusModeEnabled": false,
|
||||
"fadeLinesIntensity": 0.5,
|
||||
"isHighlightCurrentLineOnlyInFocusedEditorEnabled": false,
|
||||
"isPauseCurrentLineHighlightWhileScrollingEnabled": false,
|
||||
"isPauseCurrentLineHighlightWhileSelectingEnabled": false,
|
||||
"currentLineHighlightStyle": "box",
|
||||
"currentLineHighlightUnderlineThickness": 1,
|
||||
"currentLineHighlightColor-dark": "#444",
|
||||
"currentLineHighlightColor-light": "#ddd"
|
||||
},
|
||||
"writingFocus": {
|
||||
"doesWritingFocusShowHeader": false,
|
||||
"doesWritingFocusShowVignette": true,
|
||||
"doesWritingFocusShowStatusBar": false,
|
||||
"isWritingFocusFullscreen": true,
|
||||
"writingFocusVignetteStyle": "box",
|
||||
"writingFocusFontSize": 0
|
||||
},
|
||||
"restoreCursorPosition": {
|
||||
"isRestoreCursorPositionEnabled": false,
|
||||
"cursorPositions": {}
|
||||
},
|
||||
"hemingwayMode": {
|
||||
"isHemingwayModeEnabled": false,
|
||||
"isHemingwayModeOnlyInWritingFocusModeEnabled": false,
|
||||
"isAllowBackspaceInHemingwayModeEnabled": false,
|
||||
"isShowHemingwayModeStatusBarEnabled": true,
|
||||
"hemingwayModeStatusBarText": "Hemingway"
|
||||
}
|
||||
}
|
||||
+8
-12
File diff suppressed because one or more lines are too long
+2
-2
@@ -5,8 +5,8 @@
|
||||
"authorUrl": "https://davis-riedel.de/en/software",
|
||||
"description": "Typewriter scroll, highlight current line, dim unfocused paragraphs and sentences, writing focus, restore cursor position and more.",
|
||||
"isDesktopOnly": false,
|
||||
"version": "1.1.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"version": "1.4.0",
|
||||
"minAppVersion": "1.11.0",
|
||||
"fundingUrl": {
|
||||
"Buy Me a Coffee": "https://www.buymeacoffee.com/davis.riedel",
|
||||
"GitHub Sponsors": "https://github.com/sponsors/davisriedel"
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user