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](/blog)"
---

Hello, world!

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

---
post: "[work notes](/work notes)"
---

## Issue description
![attachment.png](/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/