Releases: No3371/obsidian-regex-pipeline
Releases · No3371/obsidian-regex-pipeline
Styling & Separate counts of quick commands and quick menu items
Fix CRLF/LF in rulesets-parsing regex
Improve parsing rulesets
x
is no longer needed to replace with nothing (Previous rules won't break,x
still works).
:: Any "SEARCH" becomes ""
"SEARCH"->""
- 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
New quick commands feature for #7.
Settings & Right Click Menu
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
New menu
Auto close menu after applying regex rules
1.0.7 Merge remote-tracking branch 'origin/master'