- [ ] Render org-files to markdown
- This isn't hard.
But I want to do it in a way that works for each of my repos.
I've thought about using a CGI script to render on the fly.
The simplest thing is to export org to markdown and commit.
- [ ] Verify links
- I use a bunch of markdown links.
Are they valid?
- Where should this be handled?
Is it a static file checker, or should it be handled by the server?
- I think a static checker makes more sense, because it's compatible with any Markdown-based generator.
- [ ] Automatic documentation back links
- [ ] Table of contents & heading links
- [ ] Script to make a new checkout
- This is trivial if I hardcode stuff.
- Maybe I follow a simple convention.
- If there's a _checkouts dir, check it out there.
- Otherwise, check it out parallel to the current checkout dir.