Skip to content
TOC

AutoTag

Specified tags are automatically added if a regex is matched, and specific content can also be extracted from the excerpt as tags.

Custom

Example

  • (/^.+$/gs, "This is an example") and could add four tags each time, such as "#This #is #an #example".
  • (/@picture/gs, "This is a picture") and could add a tag for "This is a picture" when you excerpt a picture。

MagicAction for Card

Add Tag

Since in most cases it's just to add tags without extracting them, you can just type in the tag content.

Released under the MIT License.