Digital Mercenary

Usable and Useful Isomorphic Playbook for the Digital Mercenary.

digitalmercenary.substack.com

Published Posts

TABLE date, subtitle, audience
FROM "Digital Mercenary" WHERE status = "published"
SORT date DESC

Premium Posts

TABLE date, subtitle
FROM "Digital Mercenary" WHERE status = "published" AND audience = "premium"
SORT date DESC

Drafts

TABLE file.name
FROM "Digital Mercenary" WHERE status = "draft"
SORT file.name ASC