From 1e5e258facaeb530eeac7311a0e66fcf31f8722b Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Mon, 30 Jun 2025 14:20:21 +0200 Subject: [PATCH] sets "readableLineLength" to true in the settings and disables "commentator" plugin --- .obsidian/app.json | 2 +- .obsidian/community-plugins.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.obsidian/app.json b/.obsidian/app.json index cdd4bc9..d4bd696 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -3,6 +3,6 @@ "newFileFolderPath": "10 Notes", "attachmentFolderPath": "90 Extras/92 Assets", "alwaysUpdateLinks": true, - "readableLineLength": false, + "readableLineLength": true, "showInlineTitle": true } \ No newline at end of file diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json index 2d583b3..c8c2260 100644 --- a/.obsidian/community-plugins.json +++ b/.obsidian/community-plugins.json @@ -1,6 +1,5 @@ [ "obsidian42-brat", - "commentator", "query-control", "calendar", "nldates-obsidian",