Zef Hemel
cc8f817581
Misaligning sync cycles (to avoid no-op cycles)
2023-08-08 20:09:48 +02:00
Zef Hemel
e805a1ced0
Debugging sync getting stuck
2023-08-08 17:19:43 +02:00
Zef Hemel
b7b666ee1d
Optimize requests
2023-08-08 15:00:18 +02:00
Zef Hemel
7498cc1ecb
Sync current open page every 5s
2023-08-07 20:42:52 +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
3464af0252
WIP: CLI running of plugs
2023-08-04 18:56:55 +02:00
Zef Hemel
2c8e1f1809
Shift-Enter in the page navigator now takes the input literally
2023-08-01 21:37:52 +02:00
Zef Hemel
701a567c95
Attribute indexing and code completion
2023-08-01 21:35:19 +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
21c8cd6e7a
Federated URL backend handling
2023-07-29 17:06:32 +02:00
Zef Hemel
7442aac7e0
Maintain modal focus
2023-07-29 12:19:35 +02:00
Zef Hemel
8a790aae9e
More robust way to resolve initial sync bug
2023-07-28 21:22:06 +02:00
Zef Hemel
fb67cba6ac
Fix deletion of open file on initial sync
2023-07-28 18:06:49 +02:00
Zef Hemel
a758446ecd
More auth friendly ping URL
2023-07-28 15:34:12 +02:00
Zef Hemel
891c8fb995
Fixes #453 : batch prefix refactor command
2023-07-28 15:20:56 +02:00
Zef Hemel
747e81e5da
More consise error messages
2023-07-28 13:54:44 +02:00
Zef Hemel
9dd7a5310b
Remove old fuzzy search
2023-07-27 17:05:07 +02:00
Zef Hemel
804d87436c
Fixes #355
2023-07-27 17:02:53 +02:00
Zef Hemel
4ba11ac66c
Minor clean
2023-07-27 15:25:33 +02:00
Zef Hemel
a3ad239b09
Fixes #428
2023-07-27 15:25:25 +02:00
Zef Hemel
bfce343e7b
More refactoring
2023-07-27 12:37:39 +02:00
Zef Hemel
4d0f36d475
Refactoring of offline handling
2023-07-27 11:41:44 +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
6510f06e0e
Replacing fuzzy search with fuse.js
2023-07-25 17:33:07 +02:00
Zef Hemel
95df296197
Fix broken boot sequence on HTTP without auth cookie
2023-07-25 10:51:44 +02:00
Zef Hemel
2b494f263e
Work on inline attributes
2023-07-24 19:54:31 +02:00
Zef Hemel
804c688a46
Fixes shell/fetch regression
2023-07-24 09:36:33 +02:00
Zef Hemel
7cd88eca14
Fixes #475
2023-07-24 09:36:10 +02:00
Zef Hemel
16842a1c4b
Editor refact: rename Editor to Client
2023-07-14 16:56:20 +02:00
Zef Hemel
f3936f9b2f
Editor refactor: fix plug namespace
2023-07-14 16:48:35 +02:00
Zef Hemel
e92ed2c5be
Editor refactor: extract UI
2023-07-14 14:22:26 +02:00
Zef Hemel
c5849f881b
Editor refactor: extract state
2023-07-14 13:58:16 +02:00
Zef Hemel
b39a9b8e22
Editor refactor: extract system stuff
2023-07-14 13:44:30 +02:00
Zef Hemel
87b0e7e352
Fixes #470
2023-07-14 12:15:10 +02:00
Zef Hemel
79a1120198
Fixes #373 : applies horizontal scrolling to tables when necessary
2023-07-13 11:50:31 +02:00
Zef Hemel
77af9e0257
Auto add closing `
2023-07-12 11:15:28 +02:00
Zef Hemel
b615ccdff7
Don't mark plug-space links as non-existent in the editor
2023-07-12 11:07:14 +02:00
Ian Shehadeh
a9a5242159
move viewport top to cursor on page navigate ( #463 )
2023-07-11 17:58:29 +02:00
Zef Hemel
f7edfec6e0
Manual merge of #452
2023-07-10 13:16:22 +02:00
TheLD6978
3be4c9fc34
Refactor SCSS to use CSS variables ( #455 )
...
* refactor: start using css variables for theming
* refactor: finish defining all currently used css vars
* refactor: create dark mode with css vars
* refactor: move color vars to own file
* fix: switch order of style tags to priorize custom styles over main.css
---------
Co-authored-by: TheLD <lars@adornis.de>
2023-07-10 08:44:37 +02:00
Zef Hemel
f0aaec7afc
Fix hashtag indexing for tasks on inial sync
2023-07-07 15:46:11 +02:00
Zef Hemel
e98495fb50
Automatically reopen DB when closed (e.g. due to SW update)
2023-07-07 15:45:52 +02:00
Zef Hemel
fd6f81d500
Uploads to same folder
2023-07-07 13:09:44 +02:00
Zef Hemel
04d6de18e6
Restrict valid page names
2023-07-07 11:44:05 +02:00
Zef Hemel
59ff0643b0
Fix auth
2023-07-07 09:28:20 +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
98bebf3cb8
Service worker cleanup
2023-07-04 16:54:57 +02:00
Zef Hemel
297090b588
Backwards compatibility fix
2023-07-02 16:30:37 +02:00