80f9c14b96
* 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 |
||
---|---|---|
.. | ||
asset_bundle | ||
data | ||
plugos | ||
README.md | ||
async.test.ts | ||
async.ts | ||
builtin_query_functions.test.ts | ||
builtin_query_functions.ts | ||
cheap_yaml.test.ts | ||
cheap_yaml.ts | ||
command.ts | ||
crypto.ts | ||
dates.test.ts | ||
dates.ts | ||
deps_client.ts | ||
deps_server.ts | ||
limited_map.test.ts | ||
limited_map.ts | ||
manifest.ts | ||
memory_cache.test.ts | ||
memory_cache.ts | ||
proxy_fetch.ts |
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.