Regex Quick Actions

by pan4ratte
5
4
3
2
1
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Allows you to create and quickly apply regex actions via command palette, context menus and hotkeys. Made for automation purposes.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Regex Quick Actions plugin

English | Русский

This plugin allows you to create regex actions and quickly apply them in different contexts in Obsidian. The plugin was created for automation purposes, so it is compatible with such plugins, as Commander.

Regex Quick Actions is a continuation of the idea of Regex Pipeline plugin. While the base of the code was borrowed from it, now every line is original. Still, cheers to the authors for the inspiration and for making a quick start of this project possible.

Features

  1. Create regex quick actions and use them:

    • From the command palette.
    • From the context menu of the file in the file explorer (default action).
    • From the context menu of the folder in the file explorer (default action, applies to all files in the folder).
    • From the context menu of the current note.
    • With hotkeys.
  2. Set a default action for quick use.

Installation

Option 1: Obsidian plugin store

  1. In Obsidian settings open the tab "Community plugins" and click "Browse" button.

  2. In the search bar type Regex Quick Actions, click on the result, then "Install" and "Enable" buttons.

Alternatively, you can install the plugin by following the link to the community website: https://community.obsidian.md/plugins/obsidian-regex-quick-actions

Option 2: BRAT plugin

If you want to test beta-versions of the plugin or use previous versions, you can do that with BRAT plugin:

  1. Install BRAT plugin from the official Obsidian plugin store.

  2. In the BRAT settings, find the “Beta plugin list” section and click on the “Add beta plugin” button.

  3. In the window that appears, paste the link to the Regex Quick Actions plugin repository: https://github.com/pan4ratte/obsidian-regex-quick-actions

  4. Under “Select a version” choose the desired version and click the “Add plugin” button. The plugin will be automatically installed and will be ready to use.

Roadmap

  • Add Russian language translation.

  • Add settings export/import feature.

About the Author

My name is Mark Ingram (Ingrem), I am a Religious Studies scholar. Apart from my main area of study (Protestant Political Theology in Russia), I teach the subject "Information Technologies in Scientific Research", a unique course that I developed myself from scratch. This plugin helps me in my studies and I use it in my teaching, as well as other plugins that I develop and that you can find in my GitHub profile.

Hello to every student that came across this page!