2020e85a6f
* 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 |
||
---|---|---|
.. | ||
hooks | ||
markdown_parser | ||
space_lua | ||
spaces | ||
syscalls | ||
template | ||
PAGE_TEMPLATES.ts | ||
README.md | ||
command.test.ts | ||
command.ts | ||
common_system.ts | ||
config.test.ts | ||
config.ts | ||
expression_parser.test.ts | ||
expression_parser.ts | ||
languages.ts | ||
query_functions.test.ts | ||
query_functions.ts | ||
space.ts | ||
space_index.ts | ||
space_lua.ts | ||
space_lua_api.ts | ||
space_script.test.ts | ||
space_script.ts | ||
sw_util.ts |
README.md
SilverBullet-specific code that is shared between server and client