Commit Graph

26 Commits (main)

Author SHA1 Message Date
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
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
Zef Hemel d0ed24aae5 Docs 2024-08-21 21:31:07 +02:00
Zef Hemel b69f6916fc Website updates with leveling 2024-08-15 16:39:17 +02:00
Zef Hemel 64b6d9e2df
Space config (#1011)
Space config + a whole bunch of other tweaks
2024-08-02 16:47:36 +02:00
Zef Hemel 75471fa86b
Object decorators (#995)
Implemented objectDecorators to replace pageDecorations in SETTINGS
2024-07-29 21:21:16 +02:00
Zef Hemel e046415f05 First iteration of new take on sharing 2024-02-28 12:16:51 +01:00
Michael Kolb 4056c4f2f2
Implemented queries for tables (#729) 2024-02-23 10:18:47 +01:00
Zef Hemel a925212427 0.7.1 2024-02-08 09:29:40 +01:00
Zef Hemel fcac8e4755 New website copy 2024-02-03 21:01:32 +01:00
Zef Hemel 341c07049f
Custom template parser (#672)
New template engine 🤯
2024-02-02 19:19:07 +01:00
Zef Hemel 5222e874f8 Header docs 2024-01-25 16:05:48 +01:00
Zef Hemel f30b1d3418
Templates 2.0 (#636)
Templates 2.0 and a whole bunch of other refactoring
2024-01-20 19:16:07 +01:00
Zef Hemel 848211120c
Tags redo (#624)
Introduction of `tag` and `itags`
2024-01-11 13:20:50 +01:00
Zef Hemel 8a2e081672
Fixes #529 by removing directives (#613)
* Fixes #529 by removing directives
* Load builtin tags on space reindex
2024-01-02 14:47:02 +01:00
Zef Hemel 0a7fc05fef Docs and template sets work 2023-12-22 16:40:38 +01:00
Zef Hemel 4b3a7aa180 Manual refactor 2023-12-19 16:18:33 +01:00
Jim Tittsler 6922bde451
Fix website typos (#584) 2023-11-27 17:12:47 +01:00
Zef Hemel 063c49effb Preparing for 0.5.6 2023-11-19 12:18:16 +01:00
Zef Hemel 5e63be9d07 Website copy 2023-11-16 17:01:27 +01:00
Zef Hemel 663a15fe33 Template sets 2023-11-15 14:56:34 +01:00
Zef Hemel 51e3dd72e8 0.5.4 2023-11-11 14:28:46 +01:00
Zef Hemel cc5c2ee316 staskstate meta data 2023-10-13 17:10:57 +02:00
Zef Hemel 05431bdee5 0.5.2 2023-10-13 16:33:49 +02:00
Zef Hemel 5c3612eeeb Refactored the website 2023-10-03 17:59:33 +02:00
Zef Hemel 0313565610
Complete redo of content indexing and querying (#517)
Complete redo of data store
Introduces live queries and live templates
2023-10-03 14:16:33 +02:00