Wasim Asghar25 downloadsTurn the work already in your vault into LinkedIn posts. Sensitive files are filtered on this machine and never leave it.
Turns the work already in your vault into LinkedIn posts, so you write from things you actually did instead of from an empty box.
Your notes are checked on this machine before anything is sent. Anything holding a key, a password, a confidentiality marker or somebody else's personal details is refused, and a refused file never travels.
You need a Verso account. Verso writes drafts; a person decides what gets published.
From Obsidian. Settings, Community plugins, Browse, search for Versovoice, Install, Enable.
By hand. Download main.js and manifest.json from the latest release into
<your vault>/.obsidian/plugins/versovoice/, then restart Obsidian.
vrs_.... It is shown once.Lost the key? Press Connect again in Verso. That mints a new one and stops the old one working.
Your whole vault, minus the folders you untick. The settings tab lists your top level folders with a note count on each. Untick one to keep it, and everything inside it, out of Verso.
Prefer to name the folders yourself? Turn Share the whole vault off and it reads only the folders you add. Nothing chosen in that mode means nothing is sent.
Either way, unticking Work does not also drop Workshop, and Verso is told what you
excluded, so it enforces the same rule at its end rather than trusting this plugin to
keep its word.
classify.ts, which is the
same code Verso's server runs on arrival. Read it: it is the whole safety rule, in
one file.verso: ignore in its frontmatter is never sent. A .versoignore file
works like .gitignore.The key lives in this vault's plugin data as plain text, like every Obsidian plugin
setting, because Obsidian has no secret store for plugins. If you sync your
.obsidian folder between machines, the key goes with it, so treat it the way you
would treat any other password sitting in that folder.
npm install
npm run build
Writes main.js beside the source. obsidian is external: the app provides it at
runtime.
MIT. See LICENSE.