From 8635b15f0037321b848b3a883f97df713086158f Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Mon, 26 May 2025 14:51:32 +0200 Subject: [PATCH] Sets "readableLineLength" to false for better experience with "commentator" --- .obsidian/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.obsidian/app.json b/.obsidian/app.json index 181304c..598fe31 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -3,5 +3,5 @@ "newFileFolderPath": "10 Notes", "attachmentFolderPath": "90 Extras/92 Assets", "alwaysUpdateLinks": true, - "readableLineLength": true + "readableLineLength": false } \ No newline at end of file