-
Notifications
You must be signed in to change notification settings - Fork 10
/
arxiv-clipper.json
43 lines (43 loc) · 939 Bytes
/
arxiv-clipper.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"schemaVersion": "0.1.0",
"name": "arXiv",
"behavior": "create",
"noteNameFormat": "{{title}}",
"path": "Clippings",
"noteContentFormat": "{{content}}",
"properties": [
{
"name": "title",
"value": "{{title}}",
"type": "text"
},
{
"name": "author",
"value": "{{selector:.ltx_authors .ltx_personname|wikilink|join}}",
"type": "multitext"
},
{
"name": "url",
"value": "{{url}}",
"type": "text"
},
{
"name": "published",
"value": "{{selector:.ltx_dates|replace:\\\"(\\\",\\\"\\\"|replace:\\\")\\\",\\\"\\\"|date:\\\"YYYY-MM-DD\\\"}}",
"type": "date"
},
{
"name": "year",
"value": "{{selector:.ltx_dates|replace:\\\"(\\\",\\\"\\\"|replace:\\\")\\\",\\\"\\\"|date:\\\"YYYY\\\"}}",
"type": "number"
},
{
"name": "arxiv",
"value": "{{url|split:\\\"/\\\"|slice:4|split:\\\"#\\\"|slice:0,1}}",
"type": "text"
}
],
"triggers": [
"https://arxiv.org/html/"
]
}