Skip to content

Commit

Permalink
Merge pull request #983 from pjkaufman/master
Browse files Browse the repository at this point in the history
Release Prep
  • Loading branch information
pjkaufman authored Dec 13, 2023
2 parents 5240ee7 + 8a2d329 commit 5b623be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs/settings/footnote-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down
2 changes: 1 addition & 1 deletion docs/docs/settings/yaml-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5b623be

Please sign in to comment.