Files
Desktop2.0/.obsidian/plugins/longform/data.json
T

75 lines
1.7 KiB
JSON

{
"version": 3,
"projects": {},
"selectedDraftVaultPath": "e-book/Desktop 2.0/Index.md",
"userScriptFolder": null,
"sessionStorage": "data",
"sessions": [
{
"start": "2026-05-14T17:26:07.811Z",
"total": 0,
"drafts": {
"e-book/Index.md": {
"total": 0,
"scenes": {}
},
"e-book/Desktop 2.0/Index.md": {
"total": 0,
"scenes": {}
}
}
}
],
"showWordCountInStatusBar": true,
"startNewSessionEachDay": true,
"sessionGoal": 500,
"applyGoalTo": "all",
"notifyOnGoal": true,
"countDeletionsForGoal": false,
"keepSessionCount": 30,
"sessionFile": "longform-sessions.json",
"numberScenes": false,
"sceneTemplate": "",
"waitForSync": false,
"fallbackWaitEnabled": true,
"fallbackWaitTime": 5,
"workflows": {
"Default Workflow": {
"name": "Default Workflow",
"description": "A starter workflow. Feel free to edit, rename, or delete it and create your own.",
"steps": [
{
"id": "strip-frontmatter",
"optionValues": {}
},
{
"id": "remove-links",
"optionValues": {
"remove-wikilinks": true,
"remove-external-links": true
}
},
{
"id": "prepend-title",
"optionValues": {
"format": "$3{#} $1",
"separator": "\n\n"
}
},
{
"id": "concatenate-text",
"optionValues": {
"separator": "\\n\\n---\\n\\n"
}
},
{
"id": "write-to-note",
"optionValues": {
"target": "manuscript.md",
"open-after": true
}
}
]
}
}
}