Commit Graph

549 Commits (lua-query)

Author SHA1 Message Date
Zef Hemel c2fea2d25b Lua work 2025-01-08 17:09:09 +01:00
Zef Hemel 29e127ca78 Remove references to HTTP storage 2025-01-08 16:29:37 +01:00
David Chiles 4cadb8cb4d
fix Swift syntax highlighting (#1183) 2024-12-26 08:17:48 +01:00
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
Marek S. Łukasiewicz a400f0fc20
Create Library/Core/Snippet/yesterday.md (#1176) 2024-12-07 15:23:09 +01:00
Bruno Heridet 206c3f7603
doc: replace Oak mentions by Hono (#1177) 2024-12-07 15:22:27 +01:00
Zef Hemel 51fc5952bc Some enhancement of the lockout mechanism 2024-11-15 16:56:54 +01:00
Zef Hemel 7811f53e28 0.10.1 2024-11-14 21:31:13 +01:00
Zef Hemel 711d634277 0.10.0 2024-11-14 21:27:57 +01:00
Marek S. Łukasiewicz 010e2b23f4
Allow tags to start with a number and be escaped with angle brackets (#1116)
Includes tests and Markdown/Hashtags page for website. Closes #1072
2024-10-20 12:39:58 +02:00
Marek S. Łukasiewicz f37cf23ba7
Space config for smart quotes (close #1114) (#1121) 2024-10-17 22:34:47 +02:00
Ohad Lutzky cb39ad5004
Linked Tasks: Include tasks linked to aliases (#1120) 2024-10-17 19:03:20 +02:00
Zef Hemel 5765540a3a Widget: alt-click to move cursor into widget 2024-10-16 20:50:38 +02:00
Zef Hemel 413855c180 More Space Lua docs, and slight API tweaks 2024-10-15 21:20:50 +02:00
Zef Hemel 6ec6f0cd6d First Lua docs 2024-10-14 20:59:10 +02:00
Marek S. Łukasiewicz 7b955ef26a
Index wikilinks in frontmatter strings (#1000) (#1066) 2024-10-11 15:39:14 +02:00
Fernando Serboncini 7731b28203
auto close brackets setting (#1110) 2024-10-08 21:06:33 +02:00
Ohad Lutzky f08c66d305
Add tips for slow drives (#1098) 2024-09-27 08:05:54 +02:00
Zef Hemel 4bb99a40fe Database recommendations #1092 2024-09-26 23:00:14 +02:00
Zef Hemel 880c67d6cd Added new community plugs 2024-09-10 13:03:00 +02:00
Zef Hemel 8348c473e3 Version bump 2024-09-04 19:38:20 +02:00
Zef Hemel e42a6844e9 0.9.3 2024-09-04 19:33:03 +02:00
Zef Hemel fed9965a99 Schema validation on index 2024-08-24 16:14:38 +02:00
Jc-L c416e8aeb5
Docs fix (#1062) 2024-08-24 14:46:08 +02: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 6f91b65457 Fixed link to Task template 2024-08-22 19:52:54 +02:00
Ruibin Xing d111966911
Fix a command in Install/Docker.md (#1059) 2024-08-22 17:47:45 +02:00
Zef Hemel 6af41cb5a7 CHANGELOG update 2024-08-21 21:41:21 +02:00
Zef Hemel d0ed24aae5 Docs 2024-08-21 21:31:07 +02:00
Ben Boeckel 39b7cd4722
Getting Started: fix typo (#1054) 2024-08-20 20:57:57 +02:00
Zef Hemel b9a61ecb4f 0.9.1 2024-08-18 15:44:33 +02:00
Zef Hemel b69f6916fc Website updates with leveling 2024-08-15 16:39:17 +02:00
Zef Hemel b7c56a8379 Fix some things with transclusions, and added a renderWidgets page decoration 2024-08-12 20:12:28 +02:00
Zef Hemel 183afb4834 Docs fix 2024-08-08 20:49:55 +02:00
Zef Hemel 0f5a54e91d CHANGELOG 2024-08-08 20:43:39 +02:00
Zef Hemel e29352556b Expose syscalls in space script via globals (no more syscall calls) 2024-08-07 11:09:56 +02:00
Zef Hemel 2b01130afd 0.9.0 2024-08-04 11:39:37 +02:00
Zef Hemel 351c3c7088 Pimped Space Overview 2024-08-02 17:00:06 +02:00
Zef Hemel 64b6d9e2df
Space config (#1011)
Space config + a whole bunch of other tweaks
2024-08-02 16:47:36 +02:00
onespaceman 45166ccd93
Embed video, audio and pdf (#1008) 2024-08-02 16:30:39 +02:00
Zef Hemel 0d5cb25ad2 Move Deno Deploy to network and internet deployment in docs 2024-07-31 12:49:16 +02:00
onespaceman 70cb0fc226
Per-tag page styling (#945)
PageDecorator add cssClasses

---------

Co-authored-by: Zef Hemel <zef@zef.me>
2024-07-31 11:28:31 +02:00
itsallyours 663cb0c3e1
Update Page Decorations.md (#1003) 2024-07-31 07:00:30 +02:00
Zef Hemel 169f4ba302 0.8.5 2024-07-30 14:47:56 +02:00
Zef Hemel 60ab40005a Added Grep plug 2024-07-30 14:04:43 +02:00
Zef Hemel 704e318229 Fix object decorator docs 2024-07-30 11:46:22 +02:00
Zef Hemel 75471fa86b
Object decorators (#995)
Implemented objectDecorators to replace pageDecorations in SETTINGS
2024-07-29 21:21:16 +02:00
Marek S. Łukasiewicz 69578ae09f
Improve Plug distribution through GitHub Releases (fix #975) (#997) 2024-07-29 21:14:16 +02:00
Marek S. Łukasiewicz a0f3f7ef41
Support linking to and moving to line number in pages (#988)
Support linking to and moving to line number in pages
2024-07-28 20:31:37 +02:00
Zef Hemel 36deb6a0a1 Core Library: Order quick notes by lastModified 2024-07-27 11:10:04 +02:00