Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Demo

Install VS Code Remark extension (optional)

code --install-extension unifiedjs.vscode-remark

Bootstrap current demo project

pnpm i

Open content

Let's open ./content markdowns and schemas with VS Code:

(cd ./content && code -r \
creative-work.schema.yaml \
correct-creative-work.md \
broken-creative-work.md)

Review problems

Continuous linting with VS Code

Toggle 'Problems' pane view (⌘ + ⇧ + M on mac)

One-shot, full project linting with Command Line Interface

pnpm remark .

Edit content

Play with schema and markdown frontmatter and see what happens in VS Code problem list!

(Alt.) Custom pipeline

Run ./pipeline.ts:

pnpm pipeline

🔗  JulianCataldo.com