No description
Find a file
Julian Loferer b13d9dd959
Update README to clean up formatting
Removed redundant showcase image and line breaks.
2026-06-03 13:57:57 +02:00
.github Update issue templates 2024-11-05 14:23:46 +01:00
assets added showcase gif 2024-08-14 17:41:36 +02:00
docs updated docs 2025-10-19 12:40:09 +02:00
src fixed warnings of obsidian scan and added confirmation modal 2026-06-02 12:32:16 +02:00
tests fixed warnings of obsidian scan and added confirmation modal 2026-06-02 12:32:16 +02:00
.editorconfig Initial commit 2024-07-08 15:32:36 +02:00
.eslintignore Initial commit 2024-07-08 15:32:36 +02:00
.eslintrc Initial commit 2024-07-08 15:32:36 +02:00
.gitignore added docs via vitepress 2024-08-09 18:02:49 +02:00
.npmrc Initial commit 2024-07-08 15:32:36 +02:00
esbuild.config.mjs fixed warnings of obsidian scan and added confirmation modal 2026-06-02 12:32:16 +02:00
jest.config.js fixed warnings of obsidian scan and added confirmation modal 2026-06-02 12:32:16 +02:00
LICENSE Create LICENSE 2024-08-09 13:44:41 +02:00
manifest.json 1.3.0 2026-06-02 12:32:49 +02:00
package-lock.json 1.3.0 2026-06-02 12:32:49 +02:00
package.json 1.3.0 2026-06-02 12:32:49 +02:00
README.md Update README to clean up formatting 2026-06-03 13:57:57 +02:00
styles.css fixed warnings of obsidian scan and added confirmation modal 2026-06-02 12:32:16 +02:00
tsconfig.json fixed warnings of obsidian scan and added confirmation modal 2026-06-02 12:32:16 +02:00
version-bump.mjs Initial commit 2024-07-08 15:32:36 +02:00
versions.json 1.3.0 2026-06-02 12:32:49 +02:00


showcase


Obsidian Secure File-Sharing Plugin


CodeFactor

Enables end-to-end encrypted file sharing via socket server, to directly share some obsidian files from one vault to another. Just exchange a key with your friends and save this into your friendlist and you are good to go...


As a default socket server, there is one running by us (hosted in germany). But you are able to configure your own socket server, which can be deployed easily via our socket-server docker image or you just run it directly on a machine of your choice. Just look at: https://github.com/muckmuck96/obsidian-file-share-server

For further information look at the Documentation