mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
update readme, cleanup unused files
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
dist/shim-loader.js
|
dist/
|
||||||
investigation/
|
investigation/
|
||||||
vaults/
|
vaults/
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
# Ignis
|
# 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
|
## How it works
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user