update readme, cleanup unused files

This commit is contained in:
Nystik
2026-03-14 12:33:44 +01:00
parent 871c219d27
commit c70b9e9d0f
2 changed files with 8 additions and 2 deletions

View File

@@ -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