Commit Graph

819 Commits (e489f1deca769a26aa685bc728bb306cb9ec92e9)

Author SHA1 Message Date
Zef Hemel e489f1deca 0.3.3 2023-07-02 15:47:23 +02:00
Zef Hemel fcda68dbfe Work towards a single-binary silverbullet 2023-07-02 15:43:02 +02:00
Zef Hemel cb7f00f296 Changelog and template docs clean 2023-07-02 14:51:07 +02:00
Zef Hemel fabd785f6d STYLES handling changes (via SETTINGS) 2023-07-02 14:48:27 +02:00
Zef Hemel 1ae02416b6 Fixes #419 2023-07-02 14:38:28 +02:00
Zef Hemel a116b7aadd Fixes #422 2023-07-02 14:10:03 +02:00
Zef Hemel 75aa3171ff Fixes #421 2023-07-02 13:41:40 +02:00
Zef Hemel 0c006bb84c Fixes #393 2023-07-02 12:15:37 +02:00
Zef Hemel 809fc7e2e1 Fixes #429 2023-07-02 11:50:53 +02:00
Zef Hemel 2f685153db Fixes #439 2023-07-02 11:48:52 +02:00
Zef Hemel ec1c4ac26f Fixes #424 2023-07-02 11:47:41 +02:00
Zef Hemel 4a88b5636e Fixes #426 2023-07-02 11:46: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
Ian Shehadeh fee2c5928e
Prevent duplicate tap events (#436)
* prevent duplicate click events on mobile

* prevent duplicate mouse events on mobile safari

* only prevent default event on links

I think I misunderstood what was going on originally, mouse and click
weren't both triggering  it was the default event from the a reference.

So, only prevent default behavior on a e;ements, since default handlers
are needed on navigation.

Oddly, this I've only noticed this fixing navigation on firefox simulator.
It wasn't needed on firefox.
2023-06-28 19:36:22 +02:00
Zef Hemel 629d25e0e3
Update _headers: CORS 2023-06-21 14:36:33 +02:00
Zef Hemel eefd8a5245 Add Fold: Toggle Fold command 2023-06-17 09:01:32 +02:00
Zef Hemel 5f1f02e8b9 Fix deno task generate 2023-06-17 08:50:47 +02:00
Zef Hemel a2bba5a7ab Sync progress circle 2023-06-14 20:58:08 +02:00
Zef Hemel 604329b02a Changelog 2023-06-14 19:28:32 +02:00
Zef Hemel 1b922791f3 Implements #51: Folding commands 2023-06-14 19:27:18 +02:00
Zef Hemel 260c91e4b1 Fixes #416: remove frontmatter when including or using a template 2023-06-14 10:20:21 +02:00
Zef Hemel a5ae15e803 Disable onunload ping, no longer required 2023-06-14 10:10:40 +02:00
Zef Hemel b76ad40a9a Take out trash 2023-06-14 09:44:29 +02:00
Zef Hemel daa083414e Putting back the version number in worker_runtime link 2023-06-14 09:39:19 +02:00
JordanPaoletti 80e7d97b80
Add copy page to core plugin (#418) 2023-06-14 09:20:15 +02:00
Zef Hemel 618fd46cce
Update compile.ts 2023-06-13 23:06:26 +02:00
Zef Hemel 76964aa4b3 0.3.2 2023-06-13 21:01:33 +02:00
Zef Hemel 2035587d65 Attempt to fix docker build 2023-06-13 20:52:47 +02:00
Zef Hemel db207e20a6 Attempt at fixing docker build 2023-06-13 20:52:28 +02:00
Zef Hemel 8e0a7cf177
Real-time collaboration within space (#411) 2023-06-13 20:47:05 +02:00
JordanPaoletti 063a8e4767
allow top bar action buttons to be links and make home one (#417) 2023-06-10 16:15:16 +02:00
Zef Hemel ef7bc0beae Changelog 2023-05-29 10:29:29 +02:00
Zef Hemel b035969402 Fixes #368 2023-05-29 10:26:56 +02:00
Zef Hemel 97710d1a79 Client reset command 2023-05-29 09:56:47 +02:00
Zef Hemel c6a45be4bb Fixes #409 2023-05-29 09:53:49 +02:00
Zef Hemel 50651dc185 Fixes #408: adding about and getting started command 2023-05-26 16:37:32 +02:00
Zef Hemel 9a562dd0fb Plug docs fetch 2023-05-26 14:50:43 +02:00
Zef Hemel bc5cdff323 Limit code widget width to 100% 2023-05-26 14:48:41 +02:00
Zef Hemel 92c36ca524 Version bump all around 2023-05-26 14:25:24 +02:00
Zef Hemel 0a02361c4a Implementation note for README 2023-05-26 14:04:40 +02:00
Zef Hemel 1a1b942f92 No longer serialize binary blobs as data URLs 2023-05-26 14:04:32 +02:00
Zef Hemel 25c789538d Log delets 2023-05-25 17:21:51 +02:00
Zef Hemel 0e58f95920 Dispatch pageLoaded event upon plug updates 2023-05-24 06:47:39 +02:00
Zef Hemel c27cd81271 Deno deploy instructions 2023-05-24 06:11:52 +02:00
Zef Hemel c746d77a6b Alert when indexeddb not available 2023-05-24 05:42:24 +02:00
Zef Hemel 863b92df6a Allow configuring the port and folder to be configured with env variables 2023-05-24 05:42:02 +02:00
Zef Hemel 62330c5f07 0.3.1 2023-05-23 20:54:58 +02:00
Zef Hemel 5f484bed57
SilverBullet pivot to become an offline-first PWA (#403) 2023-05-23 20:53:53 +02:00
rjgibson b256269897
Fix date calculation in `Task: Postpone` command (#406)
* Fix date calculation in `Task: Postpone` command

Create new postponed date as a "naive" date to prevent it from being
converted to UTC.

* Convert types to satisfy deno linter

---------

Co-authored-by: Bob Gibson <rjg@rjgibson.org>
2023-05-22 11:54:25 +02:00
rjgibson 9b49317bbf
Accept SB_USER environment variable as a secondary source of creds (#404) 2023-05-21 13:07:34 +02:00