Releases: sharfaroz7/frontmatter-cleaner
Release list
1.2.1
1.2.0
Shiny new thing:
Non-destructive property deletion:
Use case: you want to delete location or date or other such properties from frontmatter but the detail could be useful someday even thought it may not have a place in your base file anymore.
-
In the cleaner modal, a new section: "Keep a record instead of just deleting" checkbox
When checked, two drop-downs appear and you can decide in which format do you want to keep the record of the deleted property:
a) Format: Markdown table / property: value / property:: value (Dataview style)
b) Location: Top of note / Bottom of note / Under a heading -
A new settings tab lets you configure:
a) Whether "Keep a record" is pre-checked by default
b) Default format and location
c) The heading text and level (H1–H6) used for the "Under a heading" option — the plugin creates that heading if it's not already in the note, and writes new entries right below it if it is
*Your last-used format/location choice is remembered as the new default automatically
1.1.0
Added select all, select none and select empty buttons for faster selection.