MacBook-Pro-de-Oscar.local 2026-3-31:5:2:57

This commit is contained in:
oskar
2026-03-31 05:02:57 +02:00
parent 3223d21f20
commit 602512594d
3 changed files with 4 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
},
{
"name": "APA",
"template": "({{properties.author}}, {{properties.year}})"
"template": "({{properties.author.toString().replace('[[','').replace(/\\|.*]]/g,'')}}, {{properties.year}})"
},
{
"name": "Title",
@@ -55,7 +55,7 @@
},
{
"name": "bullet point",
"template": " - <span style='display: inline-block; vertical-align: baseline; padding: 0.6ex; height: 0px; margin-bottom: -2pt; border: 2pt solid var(--text-normal); background: {{ ({\"highlight\": \"#F9CF04\", \"red\": \"#EA5151\", \"note\": \"#2F6DDE\", \"important\": \"#BA60E5\", \"\": \"transparent\"})[color.toString()]}}; border-radius: 100%'></span> {{display}} {{linkWithDisplay}}"
"template": " - <span style='display: inline-block; vertical-align: baseline; padding: 0.6ex; height: 0px; margin-bottom: -2pt; border: 2pt solid var(--text-normal); background: {{ ({\"yellow\": \"#F9CF04\", \"red\": \"#EA5151\", \"note\": \"#2F6DDE\", \"important\": \"#BA60E5\", \"\": \"transparent\"})[color.toString()]}}; border-radius: 100%'></span> {{display}} {{linkWithDisplay}}"
}
],
"useAnotherCopyTemplateWhenNoSelection": false,