silverbullet/lib
Zef Hemel 80f9c14b96
Change how attribute indexing and completion works (#1061)
* Creation of separate aspring-page objects for pages linked to, but not created
* Show "No results" instead of broken markdown table for no query results
* Show schema validation errors
* Deno upgrade
* Adds config support to plugs (see examples)
* Moves all builtin schemas to plug config
* Adds core plug just for builtin schemas
* Changes how attributes are indexed and completed, now attempts to derive a JSON schema for ad hoc attributes
2024-08-24 12:35:09 +02:00
..
asset_bundle More JSR dependency moves 2024-07-30 17:24:17 +02:00
data More JSR (#1027) 2024-08-06 20:11:38 +02:00
plugos Change how attribute indexing and completion works (#1061) 2024-08-24 12:35:09 +02:00
README.md More moving stuff around 2024-02-08 21:12:23 +01:00
async.test.ts More JSR dependency moves 2024-07-30 17:24:17 +02:00
async.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
builtin_query_functions.test.ts More JSR dependency moves 2024-07-30 17:24:17 +02:00
builtin_query_functions.ts Space config (#1011) 2024-08-02 16:47:36 +02:00
cheap_yaml.test.ts More JSR dependency moves 2024-07-30 17:24:17 +02:00
cheap_yaml.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
command.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
crypto.ts Cleaning e2e encryption stuff 2024-07-25 20:29:13 +02:00
dates.test.ts Fixes #680 all times and dates are now local (to the environment) 2024-08-18 13:04:51 +02:00
dates.ts Fix niceTime 2024-08-18 15:43:08 +02:00
deps_client.ts Added Grep plug 2024-07-30 14:04:43 +02:00
deps_server.ts Added Grep plug 2024-07-30 14:04:43 +02:00
limited_map.test.ts More JSR dependency moves 2024-07-30 17:24:17 +02:00
limited_map.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
manifest.ts Add pollInterval option to mqSubscriptions #1021 2024-08-18 12:36:23 +02:00
memory_cache.test.ts More JSR dependency moves 2024-07-30 17:24:17 +02:00
memory_cache.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
proxy_fetch.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00

README.md

This folder contains library functions that is generally reusable, not specific to SilverBullet. This code can be used from within plugs or the core code base. It may move out of this repo at some point.