silverbullet/plug-api
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
..
lib Change how attribute indexing and completion works (#1061) 2024-08-24 12:35:09 +02:00
syscalls Change how attribute indexing and completion works (#1061) 2024-08-24 12:35:09 +02:00
README.md Delete line command (#866) 2024-05-25 23:12:48 +02:00
syscall.ts Added a ton of JS Doc 2024-08-07 13:27:25 +02:00
syscalls.ts Space config (#1011) 2024-08-02 16:47:36 +02:00
types.ts Fix some things with transclusions, and added a renderWidgets page decoration 2024-08-12 20:12:28 +02:00

README.md

This folder contains two things:

  • Wrappers for syscalls to be used by Plugs
  • Reusable library code that plugs may find useful