All Projects → tadashi-aikawa → obsidian-another-quick-switcher

tadashi-aikawa / obsidian-another-quick-switcher

Licence: MIT license
This is an Obsidian plugin which is another choice of Quick switcher.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to obsidian-another-quick-switcher

obsidian-budget-wysiwyg
Obsidian plugin that automatically switches between preview and source mode.
Stars: ✭ 25 (-74.49%)
Mutual labels:  obsidian
obsidian-tracker
A plugin tracks occurrences and numbers in your notes
Stars: ✭ 661 (+574.49%)
Mutual labels:  obsidian
obsidian-convert-url-to-iframe
Plugin for Obsidian.md to convert a selected URL to an iframe.
Stars: ✭ 132 (+34.69%)
Mutual labels:  obsidian
obsidian-aviation
Clean Markdown files for FAR/AIM and more
Stars: ✭ 18 (-81.63%)
Mutual labels:  obsidian
EpicReactNotes
My personal notes taken while studing on epicreact.dev
Stars: ✭ 111 (+13.27%)
Mutual labels:  obsidian
hugo-documentation-theme
📖 Project Docs / Knowledge Base template for Hugo Website Builder. 创建项目文档
Stars: ✭ 101 (+3.06%)
Mutual labels:  obsidian
obsidian-emoji-toolbar
No description or website provided.
Stars: ✭ 35 (-64.29%)
Mutual labels:  obsidian
obsidian-metatable
An Obsidian plugin to display the frontmatter section as a fully expanded table.
Stars: ✭ 115 (+17.35%)
Mutual labels:  obsidian
obsidian-todoist-plugin
Materialize Todoist tasks in Obsidian notes
Stars: ✭ 521 (+431.63%)
Mutual labels:  obsidian
obsidian-publish-mkdocs
A Template to Publish Obsidian/Foam Notes on Github Pages (uses MkDocs)
Stars: ✭ 219 (+123.47%)
Mutual labels:  obsidian
oz-clear-unused-images-obsidian
Obsidian plugin to clear the images that are not used in note files anymore
Stars: ✭ 92 (-6.12%)
Mutual labels:  obsidian
gatsby-theme-primer-wiki
A Gatsby Theme for Wiki/Docs/Knowledge Base, which using Primer style as the UI theme, can work well with Foam or Obsibian or just markdown files.
Stars: ✭ 85 (-13.27%)
Mutual labels:  obsidian
obsidian-icon-swapper
Allows swapping out Obsidian's icons
Stars: ✭ 30 (-69.39%)
Mutual labels:  obsidian
Obsidian-JG-Method
A starter kit that follows how I use Obsidian to manage my goals, tasks, notes, and software development knowledge base.
Stars: ✭ 110 (+12.24%)
Mutual labels:  obsidian
obsidian-various-complements-plugin
This plugin for Obsidian enables you complete words like the auto-completion of IDE.
Stars: ✭ 220 (+124.49%)
Mutual labels:  obsidian
obsidian-rollover-daily-todos
An obsidian plugin that rolls over todo items from the previous daily note
Stars: ✭ 52 (-46.94%)
Mutual labels:  obsidian
life-disciplines-projects
Life-Disciplines-Projects (LDP) is a life-management framework built within Obsidian. Feel free to transform it for your own personal needs.
Stars: ✭ 130 (+32.65%)
Mutual labels:  obsidian
obsidian-spaced-repetition
Fight the forgetting curve by reviewing flashcards & entire notes on Obsidian.md
Stars: ✭ 667 (+580.61%)
Mutual labels:  obsidian
obsidian-link-archive
Link Archive plugin for Obsidian
Stars: ✭ 94 (-4.08%)
Mutual labels:  obsidian
bens-obsidian-boilerplate
An opinionated kit to provide people some inspiration and ideas for their own workflows.
Stars: ✭ 174 (+77.55%)
Mutual labels:  obsidian

Obsidian Another Quick Switcher Plugin

release Tests downloads

This is an Obsidian plugin which is another choice of Quick switcher.

  • It can create custom search commands (Custom searches)
  • It can search backlinks and move them without leaving from a keyboard (Backlink search)
  • It can move a file to another folder (Move file to another folder)
  • It can search regardless of the appearance order of tokens
  • It only searches Markdown files except for the case of Move file to another folder
  • It does not search very fuzzy (e.g. searching for 201 doesn't match 2.01)
  • It can search to consider prefix emoji
  • It shows file names and directory names separately

Install

You can download from Community plugins in Obsidian settings.

⌨️Features

1. Custom searches

Demo

Custom searches enables you to create your original search commands.

Demo

Search target

Name Description
markdown All markdown files
backlink Markdown files in backlinks on the current file
link Markdown files in outgoing links on the current file

Sort priorities

You can use the following names as a Sort priorities.

Name Description Since
Perfect word match A query matches perfectly with a word in the file name 6.0.0
Prefix name match The file name or alias starts with a query 6.0.0
Name match The file name or alias includes a query 6.0.0
Tag match The tag name in the file includes a query 6.0.0
Header match The header name in the file includes a query 6.0.0
Link match The internal link name in the file includes a query 6.0.0
Length Length of the file name or alias 6.0.0
Last opened The time the file opened last 6.0.0
Last modified The time the file modified last 6.0.0
Star The file has a star 6.0.0
Alphabetical File name or alias order by alphabetically ascend 6.2.0
Alphabetical reverse File name or alias order by alphabetically descend 7.0.0
Created latest File creation date from the latest to the earliest 7.0.0
Created earliest File creation date from the earliest to the latest 7.0.0
(Tags split by comma) The file has specific tags 7.0.0

Warning Please don't forget to click the Save button before you close Obsidian. Otherwise, the settings will never restore when you open Obsidian next time.

Note Examples of (Tags spit by comma) are #hoge, #hoge,#huga, and so on.

Preset search commands

Recent search recent search
File name search file name search
Landmark search landmark search
Star search star search
Backlink search backlink search

Note

  • Queries enclosed in double quotes are searched as is
    • "ho ge" only matches ho ge not hoge
    • ho ge matches both ho ge and hoge

2. Header floating search in file / Header search in file

Demo

  • Show all headers even after filtering to retain file structures in the brain
  • Jump to the first hit suggestion automatically and move next/previous by Tab/Shift+Tab as default
  • Queries enclosed in double quotes are searched as is
    • "ho ge" only matches ho ge not hoge
    • ho ge matches both ho ge and hoge

3. Grep

This feature requires ripgrep and set the executable command to "Ripgrep command" option.

Demo

Default hotkeys

  • TAB: Search (not realtime)
  • Ctrl+,: preview

Note

  • Input regards as a regex pattern

For users who use earlier than v6.0.0

Please read a "🔥 Breaking changes" section in the Release note.

📱 Mobile support

It both supports desktop and mobile.

Feature requests / Bugs

Please create a new issue.


🖥️ For developers / contributors

Pull requests

Sorry, I would not accept the pull requests except for the following cases.

  1. Fix obvious bugs
  2. Fix typo or wrong documentation
  3. If I ask for it in the GitHub issues or the discussions

Development

Task is required.

task init
task dev

Release

# Stable
task release VERSION=1.2.3

# Beta
task release VERSION=1.2.3-beta1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].