English
Appearance
Automatically add specified comments if a regex is matched, or extract specific content from an excerpt as a comment.
Input Format
Replace() Method Format —— Extract
Example
(/./, "This is an example")
Since in most cases it's just to add a comment without extracting it, so you can just type in the comment content and I will complete it as (/./, "<comment>").
(/./, "<comment>")
AutoComment
Automatically add specified comments if a regex is matched, or extract specific content from an excerpt as a comment.
Custom
Input Format
Replace() Method Format —— Extract
Example
(/./, "This is an example")
will add one comment as "This is an example" for each iteration.MagicAction for Card
Add Comment
Input Format
Replace() Method Format —— Extract
Since in most cases it's just to add a comment without extracting it, so you can just type in the comment content and I will complete it as
(/./, "<comment>")
.