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 |
||
---|---|---|
.. | ||
README.md | ||
attribute.test.ts | ||
attribute.ts | ||
feed.test.ts | ||
feed.ts | ||
frontmatter.ts | ||
json.test.ts | ||
json.ts | ||
markdown.ts | ||
native_fetch.ts | ||
page_ref.test.ts | ||
page_ref.ts | ||
parse_query.ts | ||
parser_query.test.ts | ||
query.ts | ||
query_expression.test.ts | ||
query_expression.ts | ||
resolve.test.ts | ||
resolve.ts | ||
secrets_page.ts | ||
settings_page.ts | ||
syscall_mock.ts | ||
tags.ts | ||
tree.test.ts | ||
tree.ts | ||
yaml_page.ts |
README.md
This folder contains useful library functions to be used by plugs, built-in or external.