This commit is contained in:
Oscar Plaisant
2024-05-14 14:50:12 +02:00
parent 66c143b7b3
commit 95c81f9cb3
36 changed files with 212 additions and 863 deletions

View File

@@ -0,0 +1,25 @@
{
"token": "6879-Ka3wxKY_YdZncP3FC4iv5YlkmIlub0QmodRke6Ytl-A",
"user": "acct:OsKaR31415@hypothes.is",
"highlightsFolder": "sources/hypothesis",
"isConnected": true,
"template": "{% if is_new_article %}{% if author %}author:: [[{{author}}]]\nurl:: [{{author}}]({{url}})\n{% else %}\nurl:: {{url}}\n{% endif %}{% endif %}\n\n{% if is_new_article %}\n## Annotations\n{% for highlight in highlights %}\n> [!zotero] [{{highlight.updated}}]({{highlight.incontext}}){% for line in highlight.text.split(\"\\n\") %}\n> {{line}}{% endfor %}{% if highlight.annotation %}\n> > [!note] Annotations{% for line in highlight.annotation.split(\"\\n\") %}\n> > {{line}}{% endfor %}\n{% endif %}{% endfor %}{% endif %}\n\n{% if is_new_article %}\n## Notes de pages\n{% for highlight in page_notes %}\n> [!note] [{{highlight.updated}}]({{highlight.incontext}})\n> {{highlight.annotation}}\n{% endfor %}\n{% endif %}\n",
"syncOnBoot": false,
"autoSyncInterval": 0,
"dateTimeFormat": "YYYY-MM-DD HH:mm:ss",
"history": {
"totalArticles": 1,
"totalHighlights": 5
},
"groups": [
{
"id": "__world__",
"name": "Public",
"public": true,
"type": "open",
"selected": true
}
],
"useDomainFolders": false,
"lastSyncDate": "2024-05-14T10:11:14.434Z"
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-hypothesis-plugin",
"name": "Hypothes.is",
"version": "0.1.19",
"minAppVersion": "0.11.0",
"description": "Sync your Hypothesis highlights",
"author": "weichenw",
"authorUrl": "https://github.com/weichenw",
"isDesktopOnly": false
}