Commit Graph

116 Commits (4133cabd527c0ece0994fb64fb8fde48ec65b537)

Author SHA1 Message Date
Zef Hemel f30b1d3418
Templates 2.0 (#636)
Templates 2.0 and a whole bunch of other refactoring
2024-01-20 19:16:07 +01:00
Zef Hemel a2dbf7b3db
PlugOS refactor and other tweaks (#631)
* Prep for in-process plug loading (e.g. for CF workers, Deno Deploy)
* Prototype of fixed in-process loading plugs
* Fix: buttons not to scroll with content
* Better positioning of modal especially on mobile
* Move query caching outside query
* Fix annoying mouse behavior when filter box appears
* Page navigator search tweaks
2024-01-15 16:43:12 +01:00
Zef Hemel a9eb252658 Plug sandbox rework 2024-01-14 13:38:39 +01:00
Zef Hemel 0ff005a595 Add some datastore shortcuts 2024-01-13 18:12:48 +01:00
Zef Hemel 291280b709 Switch from Oak to Hono 2024-01-13 18:07:02 +01:00
Zef Hemel bf1eb03129 Backporting a bunch of optimizations from db-only branch 2024-01-13 17:30:15 +01:00
Zef Hemel b3d5af360b Change server-side shell running implementation 2023-12-17 15:25:44 +01:00
Zef Hemel 7bd58ae0e8 Snapshot 2023-12-17 15:13:00 +01:00
Zef Hemel 0964775517 Snapshot 2023-12-17 15:10:00 +01:00
Zef Hemel 9f082c83a9
Major backend refactor (#599)
Backend refactor
2023-12-13 17:52:56 +01:00
Zef Hemel e0bb1dde79 Fix plugOverrides being broken 2023-12-12 14:15:46 +01:00
Zef Hemel 3344156d3c Fix tests 2023-12-11 12:36:35 +01:00
Zef Hemel 341be037f8 KV Primitives refactor and in-memory version 2023-12-11 12:11:47 +01:00
Zef Hemel 0475c4c40e Avoid plug loading race condition 2023-12-10 15:18:34 +01:00
Zef Hemel 30ba3fcca7
Refactoring work to support multi-tenancy and multiple storage, database backends (#598)
* Backend infrastructure
* New backend configuration work
* Factor out KV prefixing
* Don't put assets in the manifest cache
* Removed fancy authentication stuff
* Documentation updates
2023-12-10 13:23:42 +01:00
Zef Hemel 573eca3676 Don't put assets in the manifest cache 2023-12-09 18:08:58 +01:00
Zef Hemel 8527528af4
Lazy plugs (#596)
* Manifest caching and lazy loading of plug workers
* Fixes #546 Plug unloading after time out
2023-12-06 18:44:48 +01:00
Zef Hemel bdb4159f5b Fixes #518 2023-11-21 12:05:17 +01:00
Zef Hemel 1d7dc04f54 Fixes #563 2023-11-13 10:32:40 +01:00
Zef Hemel 509683c537 Added 'created' attribute to files and pages 2023-11-03 09:38:04 +01:00
Zef Hemel c2610cba7e Bumped ESBuild version 2023-10-12 11:21:38 +02:00
Zef Hemel 17ba536801 Linked mentions improvements and other fixes 2023-10-09 20:39:03 +02:00
Zef Hemel 1e8a96ef20 Fix ordering and limit in query 2023-10-03 16:54:03 +02:00
Zef Hemel a66842c50e 0.5.0 2023-10-03 15:27:56 +02:00
Zef Hemel 0313565610
Complete redo of content indexing and querying (#517)
Complete redo of data store
Introduces live queries and live templates
2023-10-03 14:16:33 +02:00
Zef Hemel ae2135714d Tweaking the styling of the sync button 2023-09-07 12:33:25 +02:00
Zef Hemel b936a435ab Fix endpoint test 2023-09-04 21:14:04 +02:00
Zef Hemel 5bbd099bdd Fix endpoint support 2023-09-04 21:11:57 +02:00
Zef Hemel 95d182e382 Work on next-gen data store 2023-09-03 21:15:17 +02:00
Zef Hemel 75da8e7ca9 Further iteration 2023-08-30 17:25:54 +02:00
Zef Hemel 9a005f26b5 Work on client modes 2023-08-29 21:17:29 +02:00
Zef Hemel 5ff1a8bae3 Refactor all the things 2023-08-28 17:12:15 +02:00
Zef Hemel c3d384330d More event refactoring work 2023-08-27 14:13:18 +02:00
Zef Hemel 9ee9008bf2 Work on #508 (thin client) 2023-08-26 08:31:51 +02:00
Zef Hemel 5a88254cde Refactoring about how proxy fetching happens 2023-08-23 19:08:21 +02:00
Zef Hemel 2a10d50094 Fixes #193: Allowing plug overrides 2023-08-20 19:54:31 +02:00
Zef Hemel 78ccb2fabc Merge branch 'main' of github.com:silverbulletmd/silverbullet 2023-08-20 17:51:04 +02:00
Zef Hemel a94724768e Refactoring 2023-08-20 17:51:00 +02:00
Ian Shehadeh 447dd2fed1
Add inline manifest documentation (#503) 2023-08-20 07:24:17 +02:00
Zef Hemel 45dfa46908 Fix eternal plug:compile watch loop 2023-08-15 07:55:36 +02:00
Zef Hemel 4dbbc31cb9 Work on plug:run 2023-08-11 20:37:13 +02:00
Zef Hemel d4f7833f0d Use MQ for updating directives in entire space 2023-08-10 19:00:28 +02:00
Zef Hemel 97a84e8538 Fixes #115: By introducing MQ workers 2023-08-10 18:32:41 +02:00
Zef Hemel 3464af0252 WIP: CLI running of plugs 2023-08-04 18:56:55 +02:00
Zef Hemel fb75ea1a65
No More Collab. Fixes #449
* Fully removes real-time collaboration
* URL scheme rewrite
2023-07-06 16:47:50 +02:00
Zef Hemel e489f1deca 0.3.3 2023-07-02 15:47:23 +02:00
Zef Hemel 7c825348b2
Big refactors and fixes
* Query regen
* Fix anchor completion
* Dependency fixes
* Changelog update
2023-07-02 11:25:32 +02:00
Zef Hemel daa083414e Putting back the version number in worker_runtime link 2023-06-14 09:39:19 +02:00
Zef Hemel 618fd46cce
Update compile.ts 2023-06-13 23:06:26 +02:00
Zef Hemel 8e0a7cf177
Real-time collaboration within space (#411) 2023-06-13 20:47:05 +02:00