Codex Workflow is a plugin for launching Codex CLI from the current vault.
Manage your Obsidian knowledge base with Codex!
{{vaultPath}} and {{activeFilePath}} variablesThis is currently a manual/local plugin. You can install it from the GitHub release assets or from the repository source.
<your-vault>/.obsidian/plugins/codex-workflow
Settings -> Community plugins.Codex Workflow.On Windows, the default terminal command is:
wt.exe
The default Codex command is:
codex
Both can be configured in the plugin settings.
Terminal: terminal executable used to open CodexCodex command: command run inside the vault directoryRibbon icon launches terminal: whether clicking the ribbon icon launches immediatelyStartup prompt: the first prompt passed to CodexAvailable startup prompt variables:
{{vaultPath}}{{activeFilePath}}The plugin writes temporary launch files under:
<your-vault>/.obsidian/plugins/codex-workflow/.tmp
Runtime settings are stored by Obsidian in data.json; this file is intentionally ignored by Git.
For an Obsidian-compatible GitHub release, attach these files:
main.jsmanifest.jsonstyles.cssIf you have suggestions for improvement or would like to help maintain this project, feel free to open an issue or contact me at [email protected].