MacBook-Pro-de-Oscar.local 2026-3-31:4:32:56
This commit is contained in:
4
.obsidian/plugins/pdf-plus/data.json
vendored
4
.obsidian/plugins/pdf-plus/data.json
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user