Commit Graph

69 Commits (0b4f938c5d8bfebafd8cf05cf11f18980ac9c359)

Author SHA1 Message Date
Zef Hemel 0313565610
Complete redo of content indexing and querying ()
Complete redo of data store
Introduces live queries and live templates
2023-10-03 14:16:33 +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 (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 : Allowing plug overrides 2023-08-20 19:54:31 +02:00
Zef Hemel a94724768e Refactoring 2023-08-20 17:51:00 +02:00
Zef Hemel b273645bae Change all SETTINGS with page references to allow "[[page]]" notation 2023-08-17 20:27:05 +02:00
Ian Shehadeh 7d3303251d
WIP: Plug API document change event ()
* add support for basic on doc change event

* move change API core into plug-api/lib; add docs

* add overlap utility

* Maintain modal focus

* Federated URL backend handling

* Fix small typo in Query.md ()

* Federation progress

* Cleanup and federation prep

* Robustness and federation sync

* Federation: rewrite page references in federated content

* Don't sync service worker and index.json to client on silverbullet.md

* Federation listing timeouts

* Switching onboarding over to federation links

* Reduce amount of sync related log messages a bit

* Attribute indexing and code completion

* Shift-Enter in the page navigator now takes the input literally

* Updated changelog

* Completion for handlebar template variables

* Make 'pos' a number in tasks

* Updated install instructions to include edge builds

* WIP: CLI running of plugs

* Upgrade deno in Docker to 1.36.0

* Implement CLI store using Deno store

* Rerun directives

* Fixes 

* 0.3.8

* 0.3.9

* Changelog

* Instantly sync updated pages when ticking off a task in a directive

* Sync current open page every 5s

* Optimize requests

* Make attribute extensible

* Debugging sync getting stuck

* Misaligning sync cycles (to avoid no-op cycles)

* Fixes : New apply page template command

* Changelog

* More sync debugging statements

* More sync debugging

* Even more debug

* Dial down excessive debug logging

* Fixes : By introducing MQ workers

* Use MQ for updating directives in entire space

* Work on plug:run

* touch up docs

* Fix htmlLanguage dependency

---------

Co-authored-by: Zef Hemel <zef@zef.me>
Co-authored-by: johnl <johnlunney@users.noreply.github.com>
2023-08-16 15:15:19 +02:00
Zef Hemel bd77f2932c Space sync now scheduled 2023-08-15 20:24:02 +02:00
Zef Hemel b47c07da74 Fix minor inconsistencies 2023-08-15 07:56:29 +02:00
Zef Hemel 4dbbc31cb9 Work on plug:run 2023-08-11 20:37:13 +02:00
Zef Hemel 97a84e8538 Fixes : By introducing MQ workers 2023-08-10 18:32:41 +02:00
Zef Hemel 4af7afa4aa Instantly sync updated pages when ticking off a task in a directive 2023-08-05 21:09:41 +02:00
Zef Hemel 701a567c95 Attribute indexing and code completion 2023-08-01 21:35:19 +02:00
Zef Hemel 6929a7beb5 Federation: rewrite page references in federated content 2023-07-30 19:31:04 +02:00
Zef Hemel b584e2ef7e Robustness and federation sync 2023-07-30 11:30:01 +02:00
Zef Hemel afa160d2c2 Cleanup and federation prep 2023-07-30 08:56:44 +02:00
Zef Hemel fe4887dc78 Federation progress 2023-07-29 23:41:37 +02:00
Zef Hemel fb67cba6ac Fix deletion of open file on initial sync 2023-07-28 18:06:49 +02:00
Zef Hemel 891c8fb995 Fixes : batch prefix refactor command 2023-07-28 15:20:56 +02:00
Zef Hemel 7b8d8af2c1 Attributes now have YAML values 2023-07-26 17:12:56 +02:00
Zef Hemel 5481e49393 Debug: Reload UI command 2023-07-26 11:22:10 +02:00
Zef Hemel 2b494f263e Work on inline attributes 2023-07-24 19:54:31 +02:00
Zef Hemel 87b0e7e352 Fixes 2023-07-14 12:15:10 +02:00
Zef Hemel 04d6de18e6 Restrict valid page names 2023-07-07 11:44:05 +02:00
Zef Hemel fb75ea1a65
No More Collab. Fixes
* Fully removes real-time collaboration
* URL scheme rewrite
2023-07-06 16:47:50 +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 eefd8a5245 Add Fold: Toggle Fold command 2023-06-17 09:01:32 +02:00
Zef Hemel 1b922791f3 Implements : Folding commands 2023-06-14 19:27:18 +02:00
Zef Hemel 260c91e4b1 Fixes : remove frontmatter when including or using a template 2023-06-14 10:20:21 +02:00
Zef Hemel 8e0a7cf177
Real-time collaboration within space () 2023-06-13 20:47:05 +02:00
Zef Hemel 1a1b942f92 No longer serialize binary blobs as data URLs 2023-05-26 14:04:32 +02:00
Zef Hemel 5f484bed57
SilverBullet pivot to become an offline-first PWA () 2023-05-23 20:53:53 +02:00
Siddhant Sanyam 47acb503cb
Add support for multiple order by () 2023-04-19 11:01:27 +02:00
Zef Hemel ece4177e11 Fixes 2023-02-28 11:13:18 +01:00
Zef Hemel 9c04db6a9c Sync tweaks 2023-01-26 15:54:28 +01:00
Zef Hemel d133c79de0 Support for store.has syscall 2023-01-26 15:26:56 +01:00
Zef Hemel e7728c2d2a Fixes 2023-01-23 18:52:17 +01:00
Zef Hemel a4c103e127 Fixes 2023-01-21 13:37:55 +01:00
Zef Hemel 2577a2db32
Continuous sync ()
* Continuous sync

* Mobile dep upgrade
2023-01-20 16:08:01 +01:00
Zef Hemel 380e3d3904 Possibly fixes 2023-01-15 11:14:21 +01:00
Zef Hemel e5276319e0 Timeouts for sync config 2023-01-14 18:51:00 +01:00
Zef Hemel a56e14bff1
Sync engine ()
Fixes 
2023-01-13 15:41:29 +01:00
Zef Hemel 6ec6961c25 Fix body in fetch() 2023-01-08 22:38:54 +01:00
Zef Hemel d3c58da4bf Added "body" support to fetch 2023-01-08 21:01:48 +01:00
Zef Hemel 8dac58f38a Handle inline images and attachments via data urls 2023-01-08 15:29:34 +01:00
Zef Hemel 0365673c41
Mobile app PoC ()
Initial checkin of mobile "native" app
2023-01-08 12:24:12 +01:00