Changelog 0008: Daily Notes, environments, Kubernetes, requests in Markdown pages
Follow us on Twitter and/or Bluesky.
Daily Notes
Daily Notes. One of Moment’s most-requested features. The button always shows up in the top left of the docs list. Click it, and it creates a page for today, if one does not exist. The cal shows you which dates have entries. Click to open that date's page!
No, we don’t have [[bracket links]] yet, but we hear you and we are on it!
Kubernetes support in request pages
Moment aims to blur the line between knowledge bases and internal tools. To do this, it needs to be easy to build and make network requests. As of this week, `request` pages (Postman-ish, or like a watered-down Yaak) support all of Kubernetes auth. Yes, all of it.
Environments and .env files
To support saner auth stories, we've taught Moment about .env files! Make a file per env (staging.env, prod.env, etc.), put creds in them, use them in request pages! Here we have a GITHUB_TOKEN in an .env file. We reference it as {{env.GITHUB_TOKEN}} in the req.
Invoking requests in Markdown pages
Other fixes
Beyond all this, many small bugs and fixes:
RSS feeds for published docs.
Forward/backwards buttons for navigation.
Fixes for truncation, decoding, and zombie process bugs in the embedded terminal.
Delete before a bullet list item no longer converts that list item to a paragraph.
Fixes to filewatching (particular file descriptor exhaustion)
Fixes for image loading corner cases
Many fixes for published websites, including text selection.