From 8487a39d8f4a647f7836bd856f6bfc6d06ce0411 Mon Sep 17 00:00:00 2001 From: Peter Kaufman Date: Tue, 24 Dec 2024 10:59:42 -0500 Subject: [PATCH] Auto-release 1.28.0 --- docs/docs/settings/spacing-rules.md | 16 +++++++++++++++- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/docs/docs/settings/spacing-rules.md b/docs/docs/settings/spacing-rules.md index eb5ac71a..8b9742a5 100644 --- a/docs/docs/settings/spacing-rules.md +++ b/docs/docs/settings/spacing-rules.md @@ -902,7 +902,7 @@ Paragraph here... Alias: `line-break-at-document-end` -Ensures that there is exactly one line break at the end of a document. +Ensures that there is exactly one line break at the end of a document if the note is not empty. @@ -941,6 +941,20 @@ After: `````` markdown Lorem ipsum dolor sit amet, consectetur adipiscing elit. +`````` + +
Empty files will not have a blank line added + +Before: + +`````` markdown + +`````` + +After: + +`````` markdown + ``````
diff --git a/manifest.json b/manifest.json index c6414ceb..18b34d45 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-linter", "name": "Linter", - "version": "1.27.1", + "version": "1.28.0", "minAppVersion": "1.5.7", "description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.", "author": "Victor Tao", diff --git a/package.json b/package.json index c58f7263..8b31e525 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-linter", - "version": "1.27.1", + "version": "1.28.0", "description": "Enforces consistent markdown styling for Obsidian (https://obsidian.md). It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index dad789e2..eaca4334 100644 --- a/versions.json +++ b/versions.json @@ -66,5 +66,6 @@ "1.25.0": "1.5.7", "1.26.0": "1.5.7", "1.27.0": "1.5.7", - "1.27.1": "1.5.7" + "1.27.1": "1.5.7", + "1.28.0": "1.5.7" }