Can I duplicate a setting? #309
-
I would like to create identical or marginally differing setups. Is there a way to duplicate a setup? This is not a feature request per se as I am not sure this is a need that justifies the work that would go into programming a dedicated button. Rather, I wondered if there is any way to manually copy the settings for one setup and merely altering the name by hand. Would this work? And: Which settings would I need to manipulate? Where are they stored? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think they are stored here: {
"id": "2002b13d-9601-4e59-957b-2731663e17e0",
"name": "RS.COOKING.SOUP",
"type": "Template",
"command": false,
"templatePath": "assets/templates/t.Recept.md",
"fileNameFormat": {
"enabled": true,
"format": "RS.COOKING.SOUP.{{NAME}}"
}, |
Beta Was this translation helpful? Give feedback.
-
Would recommend copying and pasting the JSON objects & then just changing the IDs for now, as @generic-user suggests. Later, the plan is to create import/export/copy/paste functionality. |
Beta Was this translation helpful? Give feedback.
I think they are stored here:
vault\.obsidian\plugins\quickadd\data.json
.