silverbullet/plug-api
Justyn Shull 331d526f52
Fix frontmatter indexing error when a tag is a number (#830)
* Fix indexing error by always treating frontmatter tags as strings

* Only try escaping html in actual strings
2024-03-26 21:04:34 +01:00
..
lib Fix frontmatter indexing error when a tag is a number (#830) 2024-03-26 21:04:34 +01:00
syscalls improve dependency management (#770) 2024-03-16 15:29:24 +01:00
README.md More moving stuff around 2024-02-08 21:12:23 +01:00
syscall.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
syscalls.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
types.ts Attempt to address #479 2024-03-02 15:21:36 +01:00

README.md

This folder contains two things:

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