Go to file
Benjamin Atkin a961ee43df feat: save doc to session storage 2022-01-06 00:25:37 -08:00
.github initial commit 2021-03-13 23:02:21 -05:00
.vscode fix: remove unnecessary dynamic import that might be causing bug 🐛 2021-03-18 23:15:55 -04:00
app feat: store list of tabs and switch between them 🗂 2021-03-24 16:51:56 -04:00
docs feat: implement live preview 👁 2021-03-17 11:45:11 -04:00
public feat: add example, start on bucket storage, fix highlighting 2021-03-27 18:44:04 -04:00
src feat: save doc to session storage 2022-01-06 00:25:37 -08:00
.eslintignore initial commit 2021-03-13 23:02:21 -05:00
.eslintrc initial commit 2021-03-13 23:02:21 -05:00
.gitignore initial commit 2021-03-13 23:02:21 -05:00
.npmrc initial commit 2021-03-13 23:02:21 -05:00
index.html feat: document per tab 🗂 2021-03-26 01:50:17 -04:00
LICENSE doc: start on README and update license 📝 2021-03-15 00:00:34 -04:00
netlify.toml build: update dependencies & switch to pnpm 🛠 2022-01-05 23:57:27 -08:00
package.json build: update dependencies & switch to pnpm 🛠 2022-01-05 23:57:27 -08:00
pnpm-lock.yaml build: update dependencies & switch to pnpm 🛠 2022-01-05 23:57:27 -08:00
README.md doc: start on README and update license 📝 2021-03-15 00:00:34 -04:00
tsconfig.json feat: add path split/join for storage keys, begin new structure 🧪 2021-03-18 18:33:24 -04:00
vite.config.ts fix: remove i18n boilerplate to fix import issue in prod 🐛 2021-03-18 22:56:04 -04:00
windi.config.js 🌛 update deps & fix dark mode colors 2021-10-06 10:33:00 -04:00

Notebook

This is a work-in-progress prototype of a code notebook. The longer-running project is at https://github.com/ResourcesCo/app - this is an attempt to make a lighter weight code notebook with gitea as the backend, that would be easier to self-host or run locally. It would log in with OAuth. I have tried using Gitea as a local OAuth server, and it works quite well. On Docker or Vagrant, or as a separate user, it would be protected from an unprivileged script.