Enable personal obsidian config

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-24 18:26:05 +01:00
parent b704882129
commit dcc879743e
3 changed files with 37 additions and 15 deletions

View File

@@ -103,7 +103,6 @@ in
suspended = false;
statusBarEntryEnabled = false;
notificationsEnabled = false;
mobileNotificationsEnabled = true;
customSortContextSubmenu = false;
bookmarksGroupToConsumeAsOrderingReference = "Sort";
bookmarksContextMenus = false;
@@ -423,37 +422,51 @@ in
assetsDir = "Inbox/assets";
openNewNote = true;
youtubeNote = ''
## [%videoTitle%](%videoURL%)
---
source: %videoURL%
---
%videoPlayer%
'';
vimeoNote = ''
## [%videoTitle%](%videoURL%)
---
source: %videoURL%
---
%videoPlayer%
'';
bilibiliNote = ''
## [%videoTitle%](%videoURL%)
---
source: %videoURL%
---
%videoPlayer%
'';
twitterNote = ''
## [%tweetAuthorName%](%tweetURL%)
---
source: %tweetURL%
---
%tweetContent%
'';
parsableArticleNote = ''
## [%articleTitle%](%articleURL%)
---
source: %articleURL%
---
%articleContent%
'';
mastodonNote = ''
## [%tootAuthorName%](%tootURL%)
---
source: %tootURL%
---
> %tootContent%
'';
stackExchangeNote = ''
## [%questionTitle%](%questionURL%)
---
source: %questionURL%
---
Author: [%authorName%](%authorProfileURL%)
@@ -471,15 +484,22 @@ in
> %answerContent%
'';
tikTokNote = ''
## [%videoDescription%](%videoURL%)
---
source: %videoURL%
---
%videoDescription%
%videoPlayer%
'';
notParsableArticleNote = "[%previewURL%](%articleURL%)";
notParsableArticleNote = ''
---
source: %articleURL%
---
%previewURL%
'';
textSnippetNote = "%content%";
downloadImagesInArticleDir = true;
downloadMastodonMediaAttachmentsInDir = true;
downloadStackExchangeAssetsInDir = true;
};
}
(import ./plugins/style-settings { inherit pkgs; })

View File

@@ -17,8 +17,8 @@
"minimal-style@@ax1@@dark": "{{colors.primary.dark.hex}}",
"minimal-style@@ax2@@light": "{{colors.on_primary_container.light.hex}}",
"minimal-style@@ax2@@dark": "{{colors.on_primary_container.dark.hex}}",
"minimal-style@@ax3@@light": "{{colors.primary_container.light.hex}}",
"minimal-style@@ax3@@dark": "{{colors.primary_container.dark.hex}}",
"minimal-style@@ax3@@light": "{{colors.primary.light.hex}}",
"minimal-style@@ax3@@dark": "{{colors.primary.dark.hex}}",
"minimal-style@@sp1@@light": "{{colors.on_primary_container.light.hex}}",
"minimal-style@@sp1@@dark": "{{colors.on_primary_container.dark.hex}}",
"minimal-style@@color-red@@light": "{{colors.red.light.hex}}",