No3371 / obsidian-regex-pipeline

An Obsidian plugin that allows users to setup custom regex rules to automatically format notes.
70 stars 8 forks source link

Extension of Rulesets #13

Closed Pazukulele closed 2 years ago

Pazukulele commented 2 years ago

Rulesets are defined in .txt format, but without extension. For saving, please add the extension ".txt" because otherwise you have to rename it manually on MacOS to edit it.

No3371 commented 2 years ago

As long as the filename (+ extension) is recorded in the index.txt, it'll work with or without extension.

For example, for this index.txt, both ruleset and ruleset.txt will be available:

ruleset
ruleset.txt

Or are you talking about the examples?

No3371 commented 2 years ago

For the ruleset creation UI, it's more straight forward than you might think.

Just name it ruleset.txt, the new file should be ruleset.txt.

Pazukulele commented 2 years ago

Thanks, now I see. Great plugin!