created ... ago
updated ... ago
#area
#archive

Context

This is my old tool (repo), now replaced by mk-bridge.

post simplifies publishing your markdown files

Installation

todo

Usage

File: ~/vault/hello.md

---
post: "[[blog]]"
---

Hello, world!

File: ~/vault/job-issue-512.md

---
post: "[[work notes]]"
---

## Issue description
![[attachment.png]]
(...)

All paths are absolute from the vault root (so attachment.png is in ~/vault/attachment.png).

Shell:

> post ~/vault blog
~/vault/hello.md

> post ~/vault "work notes"
~/vault/job-issue-512.md
~/vault/attachment.png

> post ~/vault blog \
  rsync -av --files-from=- ~/blog/content/