Skip to content

Commit

Permalink
Merge pull request #28 from valentine195/valentine195-patch-1
Browse files Browse the repository at this point in the history
fix: fixes issue with displaying external settings
  • Loading branch information
valentine195 authored Jan 20, 2023
2 parents 1a1b098 + e35b0fb commit cc3a118
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "settings-search",
"name": "Settings Search",
"version": "1.3.3",
"version": "1.3.4",
"minAppVersion": "0.12.17",
"author": "Jeremy Valentine",
"description": "Globally search settings in Obsidian.md",
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": "settings-search",
"version": "1.3.3",
"version": "1.3.4",
"description": "Globally search settings in Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default class SettingsSearch extends Plugin {
}),
"info"
);
el.createSpan({ text: resource.name });
el.createSpan({ text: resource.text });
});
} else {
name = resource.name;
Expand Down

0 comments on commit cc3a118

Please sign in to comment.