Skip to content

Releases: No3371/obsidian-regex-pipeline

Styling & Separate counts of quick commands and quick menu items

13 Feb 10:16
Compare
Choose a tag to compare

Fix CRLF/LF in rulesets-parsing regex

26 Oct 20:02
Compare
Choose a tag to compare

Improve parsing rulesets

01 Sep 12:53
Compare
Choose a tag to compare
  1. x is no longer needed to replace with nothing (Previous rules won't break, x still works).
:: Any "SEARCH" becomes ""
"SEARCH"->""
  1. Now supports flexier formats. Readibility++

✅ These works:

"SEARCH"->"REPLACE"
"SEARCH"
->"REPLACE"
"SEARCH"
->
"REPLACE"
"SEARCH"->
"REPLACE"

❌ These do NOT work (Empty line inbetween not allowed; Nothing except new line is allowed right before and after the ->)

"SEARCH"

->
"REPLACE"
"SEARCH"->

"REPLACE"
"SEARCH"
->

"REPLACE"

Feature: Quick Commands

13 Feb 15:54
Compare
Choose a tag to compare

New quick commands feature for #7.

Settings & Right Click Menu

19 Nov 20:49
Compare
Choose a tag to compare

Feature: QuickAccess

Right click menu now contains options to apply the first several rulesets as set in user's index.txt.

Settings

Two settings are added:

  • User can set how many quick access options to appear in right click menu. (#5 )
  • Select whether to use regex-rulesets inside/outside of .obsidian. This allows rulesets get synced with Obsidan Sync. (#2 )

Editing UX

The plugin now tries to scroll back to where the cursor was after a ruleset is applied.

Fix Flag Parsing

21 Sep 16:00
Compare
Choose a tag to compare

New menu

19 Jun 19:57
Compare
Choose a tag to compare

Auto close menu after applying regex rules

08 May 16:35
Compare
Choose a tag to compare
1.0.7

Merge remote-tracking branch 'origin/master'

1.0.6

13 Apr 09:55
Compare
Choose a tag to compare

Fix applying ruleset

1.0.5

13 Apr 09:43
Compare
Choose a tag to compare

Fix index creation