Olivier LB232 downloadsShare selected Obsidian notes or folders as read-only web pages on the local network.
Share selected Obsidian notes on your local network — no cloud, no account, read-only.
NoteLAN turns selected Markdown notes and folders into clean web pages that phones, tablets, and computers on the same private network can open. The server runs inside the Obsidian desktop app and stops when you stop it or close Obsidian.
Nothing is uploaded to an external service.
Folders can be shared from the file explorer context menu or from NoteLAN settings. New files added inside a shared folder become available automatically.
NoteLAN is designed for trusted local networks:
HttpOnly, SameSite=Strict cookie whose salted hash is retained locally;Local HTTP traffic is not encrypted. Do not use NoteLAN on an untrusted or public network, and only share content that other devices on that network may read. See SECURITY.md for reporting vulnerabilities.
Statistics are local and can be disabled or reset at any time. NoteLAN records:
Visits from the computer running Obsidian are ignored by default. Anonymous identifiers can be retained for 7, 30, 90, or 365 days; cumulative view totals remain until statistics are reset.
Submission is in preparation. Once accepted, install NoteLAN from Settings → Community plugins → Browse.
main.js, manifest.json, and styles.css from the latest release.<vault>/.obsidian/plugins/local-note-share/.The technical plugin ID remains local-note-share to preserve compatibility with existing installations.
1.5.0 or newernpm ci
npm run validate
npm run validate runs TypeScript checks, Obsidian-specific linting, tests, the production build, and a CommonJS smoke test. The production bundle is written to main.js.
See CONTRIBUTING.md for the contribution workflow and CHANGELOG.md for release history.
NoteLAN is released under the MIT License.
Created by OlivierLB.