From 8a2d32975b43d35425769dbf480ac45c4f75336d Mon Sep 17 00:00:00 2001 From: Peter Kaufman Date: Wed, 13 Dec 2023 07:50:17 -0500 Subject: [PATCH] releas prep --- docs/docs/settings/footnote-rules.md | 2 +- docs/docs/settings/yaml-rules.md | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/docs/settings/footnote-rules.md b/docs/docs/settings/footnote-rules.md index 05fe38aa..a9fbff0c 100644 --- a/docs/docs/settings/footnote-rules.md +++ b/docs/docs/settings/footnote-rules.md @@ -53,7 +53,7 @@ After: Alias: `move-footnotes-to-the-bottom` -Move all footnotes to the bottom of the document. +Move all footnotes to the bottom of the document and makes sure they are sorted based on the order they are referenced in the file's body. diff --git a/docs/docs/settings/yaml-rules.md b/docs/docs/settings/yaml-rules.md index 692bf49e..cbf5f8e9 100644 --- a/docs/docs/settings/yaml-rules.md +++ b/docs/docs/settings/yaml-rules.md @@ -689,7 +689,7 @@ Text Alias: `yaml-key-sort` -Sorts the YAML keys based on the order and priority specified. **Note: may remove blank lines as well.** +Sorts the YAML keys based on the order and priority specified. **Note: may remove blank lines as well. Only works on non-nested keys.** ### Options diff --git a/manifest.json b/manifest.json index 57088493..f3e7fad2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-linter", "name": "Linter", - "version": "1.21.0", + "version": "1.22.0", "minAppVersion": "1.4.16", "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 b1b31c71..864f23b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-linter", - "version": "1.21.0", + "version": "1.22.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 afd5506b..48fcdb59 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.22.0": "1.4.16", "1.21.0": "1.4.16", "1.20.1": "1.4.16", "1.20.0": "0.15.6",