Update obsidian module

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-05-21 15:12:18 +01:00
parent cbcf4d2f66
commit bea4f73c7a
3 changed files with 23 additions and 23 deletions

18
flake.lock generated
View File

@@ -115,11 +115,11 @@
]
},
"locked": {
"lastModified": 1747768928,
"narHash": "sha256-TSRnoDFz6miVb2ckIyhCUmSt8DWdbiGqLMK5Wt+4/v0=",
"lastModified": 1747835923,
"narHash": "sha256-O0bb2BKkS9wpetbcmtglXNP5bR4Ajr6FuWy8p8swzEU=",
"owner": "karaolidis",
"repo": "home-manager",
"rev": "b96cef5b56aaf494f6a557eedd1ba0a94a7b86b6",
"rev": "528ab8401e35f28a1d23e17f0b77907c75c41933",
"type": "github"
},
"original": {
@@ -156,11 +156,11 @@
]
},
"locked": {
"lastModified": 1747765646,
"narHash": "sha256-bgUJ1hjtv2XVNILla+fD77UlaCGeMEZhIQ7VFJ0Ba00=",
"lastModified": 1747835559,
"narHash": "sha256-fHgqgm0IFvt2TMn87fKHU6BtIlujiLrWsvu1fnlWapU=",
"owner": "nix-community",
"repo": "NUR",
"rev": "cd42c67a4287c5c5a07d9241045b9b7962ea9e92",
"rev": "26c6ab1b3f709f2796335951921d2ad0df069e1b",
"type": "github"
},
"original": {
@@ -172,11 +172,11 @@
},
"quadlet-nix": {
"locked": {
"lastModified": 1747582804,
"narHash": "sha256-sJadLIakoomaU2+ciXtN1x2e+Fh0UAx/O0MwdZeos6E=",
"lastModified": 1747780935,
"narHash": "sha256-QXXHXZ4mBN+CWNBdqoOhDxCJN5yVnu1hA2vZGvwyd9o=",
"owner": "SEIAROTg",
"repo": "quadlet-nix",
"rev": "0d1f7f9571b4287f1ec38b29531ae457737bfcfd",
"rev": "4845c759415374401f053a7fc4bff81657761fbb",
"type": "github"
},
"original": {

View File

@@ -42,7 +42,7 @@ in
"bookmarks"
{
name = "canvas";
options = {
settings = {
newFileLocation = "folder";
newFileFolderPath = "Inbox";
defaultWheelBehavior = "zoom";
@@ -51,7 +51,7 @@ in
"canvas"
{
name = "command-palette";
options = {
settings = {
pinned = [
"file-explorer:new-file"
"canvas:new-file"
@@ -74,7 +74,7 @@ in
"tag-pane"
{
name = "templates";
options = {
settings = {
folder = "98-templates";
};
}
@@ -83,7 +83,7 @@ in
communityPlugins = [
{
pkg = selfPkgs.obsidian-plugin-better-word-count;
options = {
settings = {
statusBar = [
{
prefix = "";
@@ -109,7 +109,7 @@ in
}
{
pkg = selfPkgs.obsidian-plugin-dataview;
options = {
settings = {
enableDataviewJs = true;
enableInlineDataviewJs = true;
warnOnEmptyResult = false;
@@ -119,7 +119,7 @@ in
}
{
pkg = selfPkgs.obsidian-plugin-excalidraw;
options = {
settings = {
folder = "Inbox";
templateFilePath = "Templates";
scriptFolderPath = "Scripts";
@@ -142,7 +142,7 @@ in
}
{
pkg = selfPkgs.obsidian-plugin-kanban;
options = {
settings = {
move-tags = true;
move-dates = true;
date-display-format = "DD/MM/YYYY";
@@ -156,7 +156,7 @@ in
}
{
pkg = selfPkgs.obsidian-plugin-languagetool;
options = {
settings = {
shouldAutoCheck = true;
pickyMode = true;
staticLanguage = "auto";
@@ -165,7 +165,7 @@ in
}
{
pkg = selfPkgs.obsidian-plugin-linter;
options = {
settings = {
lintOnSave = true;
displayChanged = false;
lintOnFileChange = true;
@@ -305,7 +305,7 @@ in
}
{
pkg = selfPkgs.obsidian-plugin-map-view;
options = {
settings = {
"markerIconRules" = [
{
"ruleName" = "default";
@@ -391,13 +391,13 @@ in
}
{
pkg = selfPkgs.obsidian-plugin-minimal-settings;
options = {
settings = {
editorFont = "var(--font-monospace)";
};
}
{
pkg = selfPkgs.obsidian-plugin-outliner;
options = {
settings = {
styleLists = false;
stickCursor = "never";
};
@@ -405,7 +405,7 @@ in
(selfPkgs.obsidian-plugin-style-settings)
{
pkg = selfPkgs.obsidian-plugin-tasks;
options = {
settings = {
globalQuery = "short mode";
globalFilter = "#todo";
removeGlobalFilter = true;