Update plugin shape
This commit is contained in:
parent
504c1e6f3c
commit
ae1b9e262e
12 changed files with 181 additions and 149 deletions
|
@ -1,6 +1,4 @@
|
|||
export const name = "Scream";
|
||||
|
||||
export function process(binding) {
|
||||
export function step(binding) {
|
||||
const modifiedEntries = binding.entries.map(entry => {
|
||||
if (binding.markdownKey in entry.data) {
|
||||
entry.data = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue