vault backup: 2024-11-08 09:47:17

This commit is contained in:
2024-11-08 09:47:17 -06:00
parent 78958a5afb
commit d7dad35e49
77 changed files with 4605 additions and 1768 deletions

View 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
}

File diff suppressed because one or more lines are too long

View 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
}