1
0
Commit Graph

56 Commits

Author SHA1 Message Date
Zef Hemel
bf1eb03129 Backporting a bunch of optimizations from db-only branch 2024-01-13 17:30:15 +01:00
Zef Hemel
848211120c
Tags redo (#624)
Introduction of `tag` and `itags`
2024-01-11 13:20:50 +01:00
Zef Hemel
848e11a773 Rebuilt frontmatter templates as template widgets 2024-01-08 17:08:35 +01:00
Zef Hemel
91027af5fe
Awesome frontmatter (#617)
Live Frontmatter Templates
2024-01-04 20:08:12 +01:00
Zef Hemel
8a2e081672
Fixes #529 by removing directives (#613)
* Fixes #529 by removing directives
* Load builtin tags on space reindex
2024-01-02 14:47:02 +01:00
Zef Hemel
3350c7f076 More instant page navigator 2023-12-22 15:55:50 +01:00
Zef Hemel
c709f4e4be More ways to define tags in frontmatter 2023-12-22 13:59:16 +01:00
Zef Hemel
30624a8112 startsWith and endsWith query functions 2023-12-21 18:21:27 +01:00
Zef Hemel
62d55e11ff not support in queries 2023-12-21 18:21:00 +01:00
Zef Hemel
30436d97ea More fixes related to #363 2023-12-19 17:55:11 +01:00
Zef Hemel
1d5c6f9277 Replace YAML parser 2023-11-29 16:51:28 +01:00
Zef Hemel
6347c2b4d8 Rewrite page references in federated pages 2023-11-15 16:14:15 +01:00
Zef Hemel
7fec3fe587 Fixes #559 2023-11-13 15:49:21 +01:00
Zef Hemel
d58db6aa1a No longer index templates tagged as #template 2023-11-09 09:26:44 +01:00
Zef Hemel
1afac0274e Custom template slash commands 2023-11-06 09:14:16 +01:00
johnl
0e2a802bbd
Add a {time} template helper, reuse timestamp code from Quick Note as a niceTime (#555)
niceTime helper
2023-11-03 12:04:51 +01:00
Zef Hemel
e0b6fbed3e Change anchor reference syntax 2023-11-03 12:01:33 +01:00
Zef Hemel
8f4d6e5d23 Fixes #542: render each and render all 2023-10-30 14:15:12 +01:00
Zef Hemel
4904644464 = semantics 2023-10-04 09:43:15 +02:00
Zef Hemel
6dc62f8d14 Implement != operator for arrays 2023-10-04 09:29:46 +02:00
Zef Hemel
1e8a96ef20 Fix ordering and limit in query 2023-10-03 16:54:03 +02:00
Zef Hemel
d0bc1bc722 FTS simplifications 2023-10-03 15:24:07 +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
9a005f26b5 Work on client modes 2023-08-29 21:17:29 +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
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 (#488)
* 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 (#483)

* 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 #485

* 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 #500: New apply page template command

* Changelog

* More sync debugging statements

* More sync debugging

* Even more debug

* Dial down excessive debug logging

* Fixes #115: 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
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
891c8fb995 Fixes #453: 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
2b494f263e Work on inline attributes 2023-07-24 19:54:31 +02:00
Zef Hemel
04d6de18e6 Restrict valid page names 2023-07-07 11:44:05 +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
7c825348b2
Big refactors and fixes
* Query regen
* Fix anchor completion
* Dependency fixes
* Changelog update
2023-07-02 11:25:32 +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
5f484bed57
SilverBullet pivot to become an offline-first PWA (#403) 2023-05-23 20:53:53 +02:00
Siddhant Sanyam
47acb503cb
Add support for multiple order by (#387) 2023-04-19 11:01:27 +02:00
Zef Hemel
e7728c2d2a Fixes #319 2023-01-23 18:52:17 +01:00
Zef Hemel
380e3d3904 Possibly fixes #307 2023-01-15 11:14:21 +01:00
Zef Hemel
3af82495d1 new readSetting() and readSecret() APIs 2022-12-16 16:35:23 +01:00
Zef Hemel
d609daf59e Dead code elimination 2022-12-15 12:59:38 +01:00
Zef Hemel
aaebea5e54
Major directive refactor (#195)
Fixes #188 #144 #76: major refactor of directive parsing, rendering, styling
2022-12-14 20:04:20 +01:00
Zef Hemel
b61e8ff681 Implementation of #117: sharing 2022-11-24 16:08:51 +01:00
Zef Hemel
5b1ec14891 Work on $share 2022-11-24 12:04:00 +01:00