silverbullet/plugs
TR Staake 2020e85a6f
Update how tags are rendered to allow for custom styling (#1179)
* Updated how tags are rendered to allow for custom styling via space-styles

* Wrapped the existing span for a tag with an anchor element <a> to
improve ux for screen readers
* Added data-tag-name attribute to tags so that given a tag `#my-tag` it
will have the attribute `data-tag-name="my-tag"` added to the new `<a>`
element wrapper allowing for end users to target tags for styling with a
css selector such as `.sb-hashtag[data-tag-name="my-tag"]{...}`

* Updated Docs
2024-12-14 09:57:46 +01:00
..
core deno fmt 2024-10-11 15:34:27 +02:00
editor Plug Manager rework (#1042) (#1122) 2024-12-14 09:39:37 +01:00
emoji Change how attribute indexing and completion works (#1061) 2024-08-24 12:35:09 +02:00
federation Change how attribute indexing and completion works (#1061) 2024-08-24 12:35:09 +02:00
index Fix rendering on tag pages (#1151) 2024-11-13 21:14:51 +01:00
markdown Update how tags are rendered to allow for custom styling (#1179) 2024-12-14 09:57:46 +01:00
plug-manager Reload configuration before updating plugs 2024-12-14 09:42:46 +01:00
query Change how attribute indexing and completion works (#1061) 2024-08-24 12:35:09 +02:00
search deno fmt 2024-10-11 15:34:27 +02:00
share deno fmt 2024-10-11 15:34:27 +02:00
sync deno fmt 2024-10-11 15:34:27 +02:00
tasks deno fmt 2024-10-11 15:34:27 +02:00
template Widget buttons for transclusions (#942) (#1013) 2024-08-08 20:19:41 +02:00
README.md More moving stuff around 2024-02-08 21:12:23 +01:00
builtin_plugs.ts Change how attribute indexing and completion works (#1061) 2024-08-24 12:35:09 +02:00

README.md

This folder contains the implementation of SilverBullet's built-in plugs — the plugs that ship with SB itself.