silverbullet/common
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
..
hooks Space config (#1011) 2024-08-02 16:47:36 +02:00
markdown_parser Update how tags are rendered to allow for custom styling (#1179) 2024-12-14 09:57:46 +01:00
space_lua Fix tests for windows paths (#1153) 2024-11-13 21:08:24 +01:00
spaces Migration to Deno 2.0 2024-10-10 12:52:28 +02:00
syscalls deno fmt 2024-10-11 15:34:27 +02:00
template More JSR (#1027) 2024-08-06 20:11:38 +02:00
PAGE_TEMPLATES.ts 0.9.4 2024-09-04 19:34:12 +02:00
README.md More moving stuff around 2024-02-08 21:12:23 +01:00
command.test.ts More JSR dependency moves 2024-07-30 17:24:17 +02:00
command.ts Fixes #643 2024-01-25 11:42:36 +01:00
common_system.ts Fix sync mode failing due to Lua 2024-10-28 14:26:00 +01:00
config.test.ts Space config (#1011) 2024-08-02 16:47:36 +02:00
config.ts Change how attribute indexing and completion works (#1061) 2024-08-24 12:35:09 +02:00
expression_parser.test.ts deno fmt 2024-08-02 17:14:40 +02:00
expression_parser.ts More JSR (#1027) 2024-08-06 20:11:38 +02:00
languages.ts First integration of Lua into the core (via space-lua code blocks) 2024-10-03 17:55:51 +02:00
query_functions.test.ts More JSR dependency moves 2024-07-30 17:24:17 +02:00
query_functions.ts Make sure query.renderQuery is run in the right environment 2024-08-31 12:08:14 +02:00
space.ts Fixes #680 all times and dates are now local (to the environment) 2024-08-18 13:04:51 +02:00
space_index.ts Space config (#1011) 2024-08-02 16:47:36 +02:00
space_lua.ts Lua stack frame refactor 2024-10-20 15:06:23 +02:00
space_lua_api.ts Lua get and set now possibly async 2024-10-26 16:02:37 +02:00
space_script.test.ts lint cleanup 2024-07-30 15:17:34 +02:00
space_script.ts Lua: more fixes and work on stdlib 2024-10-08 19:53:09 +02:00
sw_util.ts Another attempt at better supporting auth proxies 2024-09-25 17:06:43 +02:00

README.md

SilverBullet-specific code that is shared between server and client