vault backup: 2024-11-08 09:47:17
This commit is contained in:
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@@ -3,5 +3,6 @@
|
||||
"obsidian-importer",
|
||||
"numerals",
|
||||
"nldates-obsidian",
|
||||
"calendar"
|
||||
"calendar",
|
||||
"obsidian-read-it-later"
|
||||
]
|
||||
48
.obsidian/plugins/obsidian-read-it-later/data.json
vendored
Normal file
48
.obsidian/plugins/obsidian-read-it-later/data.json
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"inboxDir": "Reading/Read Later",
|
||||
"assetsDir": "Reading/Read Later/assets",
|
||||
"openNewNote": false,
|
||||
"openNewNoteInNewTab": false,
|
||||
"youtubeNoteTitle": "Youtube - %title%",
|
||||
"youtubeNote": "[[ReadItLater]] [[Youtube]]\n- [ ] Watched\n\n# [%videoTitle%](%videoURL%)\n\n%videoPlayer%",
|
||||
"youtubeEmbedWidth": "560",
|
||||
"youtubeEmbedHeight": "315",
|
||||
"youtubeUsePrivacyEnhancedEmbed": true,
|
||||
"vimeoNoteTitle": "Vimeo - %title%",
|
||||
"vimeoNote": "[[ReadItLater]] [[Vimeo]]\n- [ ] Watched\n\n# [%videoTitle%](%videoURL%)\n\n%videoPlayer%",
|
||||
"vimeoEmbedWidth": "560",
|
||||
"vimeoEmbedHeight": "315",
|
||||
"bilibiliNoteTitle": "Bilibili - %title%",
|
||||
"bilibiliNote": "[[ReadItLater]] [[Bilibili]]\n\n# [%videoTitle%](%videoURL%)\n\n%videoPlayer%",
|
||||
"bilibiliEmbedWidth": "560",
|
||||
"bilibiliEmbedHeight": "315",
|
||||
"twitterNoteTitle": "Tweet from %tweetAuthorName% (%date%)",
|
||||
"twitterNote": "[[ReadItLater]] [[Tweet]]\n- [ ] Read\n\n# [%tweetAuthorName%](%tweetURL%)\n\n%tweetContent%",
|
||||
"parseableArticleNoteTitle": "%title%",
|
||||
"parsableArticleNote": "[[ReadItLater]] [[Article]]\n- [ ] Read\n\n# [%articleTitle%](%articleURL%)\n\n%articleContent%",
|
||||
"notParseableArticleNoteTitle": "Article %date%",
|
||||
"notParsableArticleNote": "[[ReadItLater]] [[Article]]\n- [ ] Read\n\n[%articleURL%](%articleURL%)",
|
||||
"textSnippetNoteTitle": "Note %date%",
|
||||
"textSnippetNote": "[[ReadItLater]] [[Textsnippet]]\n- [ ] Read\n\n%content%",
|
||||
"mastodonNoteTitle": "Toot from %tootAuthorName% (%date%)",
|
||||
"mastodonNote": "[[ReadItLater]] [[Toot]]\n- [ ] Read\n\n# [%tootAuthorName%](%tootURL%)\n\n> %tootContent%",
|
||||
"downloadImages": true,
|
||||
"downloadImagesInArticleDir": false,
|
||||
"dateTitleFmt": "YYYY-MM-DD HH-mm-ss",
|
||||
"dateContentFmt": "YYYY-MM-DD",
|
||||
"downloadMastodonMediaAttachments": true,
|
||||
"downloadMastodonMediaAttachmentsInDir": false,
|
||||
"saveMastodonReplies": false,
|
||||
"mastodonReply": "[%tootAuthorName%](%tootURL%)\n\n> %tootContent%",
|
||||
"stackExchangeNoteTitle": "%title%",
|
||||
"stackExchangeNote": "[[ReadItLater]] [[StackExchange]]\n- [ ] Read\n\n# [%questionTitle%](%questionURL%)\n\nAuthor: [%authorName%](%authorProfileURL%)\n\n%questionContent%\n\n***\n\n%topAnswer%\n\n%answers%",
|
||||
"stackExchangeAnswer": "Answered by: [%authorName%](%authorProfileURL%)\n\n%answerContent%",
|
||||
"downloadStackExchangeAssets": true,
|
||||
"downloadStackExchangeAssetsInDir": false,
|
||||
"youtubeApiKey": "",
|
||||
"tikTokNoteTitle": "TikTok from %authorName% (%date%)",
|
||||
"tikTokNote": "[[ReadItLater]] [[TikTok]]\n- [ ] Watched\n\n%videoDescription%\n\n[%videoURL%](%videoURL%)\n\n%videoPlayer%",
|
||||
"tikTokEmbedWidth": "325",
|
||||
"tikTokEmbedHeight": "760",
|
||||
"extendShareMenu": true
|
||||
}
|
||||
167
.obsidian/plugins/obsidian-read-it-later/main.js
vendored
Normal file
167
.obsidian/plugins/obsidian-read-it-later/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-read-it-later/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-read-it-later/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-read-it-later",
|
||||
"name": "ReadItLater",
|
||||
"version": "0.6.0",
|
||||
"minAppVersion": "1.6.2",
|
||||
"description": "Saves the clipboard to a new note.",
|
||||
"author": "Dominik Pieper",
|
||||
"authorUrl": "https://github.com/DominikPieper",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
Reference in New Issue
Block a user