Skip to content

Commit

Permalink
feat: Support Another Quick Switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
HEmile committed Jan 28, 2022
1 parent 8216882 commit 9e9a3e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default class SuperchargedLinks extends Plugin {
(n.className.includes('modal-container') && plugin.settings.enableQuickSwitcher
// @ts-ignore
|| n.className.includes('suggestion-container') && plugin.settings.enableSuggestor)) {
let selector = ".suggestion-item, .suggestion-note";
let selector = ".suggestion-item, .suggestion-note, .another-quick-switcher__item__file";
// @ts-ignore
if (n.className.includes('suggestion-container')) {
selector = ".suggestion-content, .suggestion-note";
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": "supercharged-links-obsidian",
"name": "Supercharged Links",
"version": "0.5.1",
"version": "0.5.2",
"minAppVersion": "0.12.7",
"description": "Adds properties and menu options to internal links",
"author": "mdelobelle",
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": "supercharged-links-obsidian",
"version": "0.5.1",
"version": "0.5.2",
"description": "Adds properties and menu options to internal links",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 9e9a3e7

Please sign in to comment.