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

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;