Community plugin for Dripnex. Inserts the current date or timestamp at the cursor.
This is a separate git repo. Version is the git tag. The installable artifact is the tarball on the GitHub release.
In Dripnex: Settings → Plugins → Connect
dripnex/plugin-stamp
Or from a terminal:
dripnex-plugin install dripnex/plugin-stamp
Pin a version:
dripnex-plugin install dripnex/plugin-stamp@v0.1.0
Restart or Reload Plugins after install.
Under the Plugins menu:
| Item | Inserts |
|---|---|
| Insert Date | 2026-08-18 (Mod+Shift+T) |
| Insert Timestamp | 2026-08-18 14:30 |
| Insert ISO Timestamp | 2026-08-18T14:30:00.000Z |
# edit src/index.js, then
cp src/index.js dist/index.js
dripnex-plugin pack .
Attach stamp-0.1.0.tar.gz to the GitHub release for that tag.