From c70b9e9d0ffe6251ec9483f24d60e43fb1d82e91 Mon Sep 17 00:00:00 2001 From: Nystik <236107-Nystik@users.noreply.gitlab.com> Date: Sat, 14 Mar 2026 12:33:44 +0100 Subject: [PATCH] update readme, cleanup unused files --- .gitignore | 2 +- README.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7018a64..0547c32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ node_modules/ -dist/shim-loader.js +dist/ investigation/ vaults/ diff --git a/README.md b/README.md index 8055c1d..a1e9c67 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Ignis -An Electron shim and server bridge for running Obsidian in a browser. +An Electron shim and server bridge for running Obsidian in a browser. No VNC required. + +# Why + +Obsidian is built on Electron but lacks browser access. Existing solutions rely on VNC/remote desktop, which provides a poor user experience. Since Electron is essentially a browser with Node.js integration, it should be possible to create a shim that routes Electron/Node APIs to a server, allowing Obsidian to run as a true web application. + +Ignis is a proof of concept testing this approach. ## How it works