MacBook-Pro-de-Oscar.local 2026-3-31:4:32:56

This commit is contained in:
oskar
2026-03-31 04:32:57 +02:00
parent 1f30b64e0f
commit 3223d21f20
5 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
},
{
"name": "APA",
"template": "({{properties.author.toString().slice(2, -2).split('|')[0]}}, {{properties.year}})"
"template": "({{properties.author}}, {{properties.year}})"
},
{
"name": "Title",
@@ -55,7 +55,7 @@
},
{
"name": "bullet point",
"template": " - {{ ({\"highlight\": \"yellow\", \"red\": \"red\", \"note\": \"skyblue\", \"important\": \"purple\", \"\": \"\"})[color.toString()]}} {{linktext}} {{linkToPage}}"
"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}}"
}
],
"useAnotherCopyTemplateWhenNoSelection": false,