Skip to content

Commit 62e0123

Browse files
authored
Merge pull request #3409 from obsidian-tasks-group/update-plugins
vault, docs,contrib: Update all plugins, and install 'Vault Nickname' plugin
2 parents 1073b30 + 70f174f commit 62e0123

File tree

37 files changed

+2430
-625
lines changed

37 files changed

+2430
-625
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ yarn-error.log
1717
/data.json
1818
/.obsidian
1919

20+
# See https://github.com/rscopic/obsidian-vault-nickname
21+
# This is useful if you have multiple clones of the Tasks plugin,
22+
# and wish to distinguish between various identically named vaults.
23+
.vault-nickname
24+
**/.obsidian/plugins/vault-nickname/data.json
25+
2026
# jest coverage files
2127
/coverage
2228

@@ -44,4 +50,4 @@ yarn-error.log
4450
*.bak
4551

4652
# VS code config
47-
.vscode/
53+
.vscode/

contributing/.obsidian/community-plugins.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"templater-obsidian",
99
"tag-wrangler",
1010
"broken-links",
11-
"obsidian-plugin-update-tracker"
11+
"obsidian-plugin-update-tracker",
12+
"vault-nickname"
1213
]

contributing/.obsidian/plugins/tag-wrangler/main.js

Lines changed: 139 additions & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contributing/.obsidian/plugins/tag-wrangler/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"name": "Tag Wrangler",
44
"author": "PJ Eby",
55
"authorUrl": "https://github.com/pjeby",
6-
"version": "0.6.1",
7-
"minAppVersion": "1.2.8",
8-
"description": "Rename, merge, toggle, and search tags from the tag pane",
6+
"version": "0.6.4",
7+
"minAppVersion": "1.5.8",
8+
"description": "Rename, merge, toggle, and search tags from the tags view",
99
"fundingUrl": "https://dirtsimple.org/tips/tag-wrangler",
1010
"isDesktopOnly": false
1111
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
.ophidian-dialog .dialog-text{margin-bottom:.75em}.ophidian-dialog.mod-confirmation input[type=text]:invalid,.ophidian-dialog.mod-confirmation input[type=text]:invalid:enabled:focus,.ophidian-dialog.mod-confirmation input[type=text][aria-invalid=true],.ophidian-dialog.mod-confirmation input[type=text][aria-invalid=true]:enabled:focus{border-color:var(--text-error);background-color:var(--background-modifier-error)}

contributing/.obsidian/plugins/templater-obsidian/main.js

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
{"id":"templater-obsidian","name":"Templater","version":"2.10.0","description":"Create and use templates","minAppVersion":"1.5.0","author":"SilentVoid","authorUrl":"https://github.com/SilentVoid13","helpUrl":"https://silentvoid13.github.io/Templater/","isDesktopOnly":false}
1+
{
2+
"id": "templater-obsidian",
3+
"name": "Templater",
4+
"version": "2.11.1",
5+
"description": "Create and use templates",
6+
"minAppVersion": "1.5.0",
7+
"author": "SilentVoid",
8+
"authorUrl": "https://github.com/SilentVoid13",
9+
"helpUrl": "https://silentvoid13.github.io/Templater/",
10+
"isDesktopOnly": false
11+
}

0 commit comments

Comments
 (0)