Commit Graph

30 Commits (9d43c9a11d3e25b0f51295c8e3f56a3208f5dd40)

Author SHA1 Message Date
Zef Hemel 80f9c14b96
Change how attribute indexing and completion works ()
* 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 3ac21498f3 Fixes all times and dates are now local (to the environment) 2024-08-18 13:04:51 +02:00
Zef Hemel 6b69449d05
More JSR ()
* Move all syscalls to JSR-style package naming
* Eliminating some prefixes in import maps
2024-08-06 20:11:38 +02:00
onespaceman 70cb0fc226
Per-tag page styling ()
PageDecorator add cssClasses

---------

Co-authored-by: Zef Hemel <zef@zef.me>
2024-07-31 11:28:31 +02:00
Zef Hemel c111f72e09 Lint error removal 2024-07-30 17:33:33 +02:00
Zef Hemel 75471fa86b
Object decorators ()
Implemented objectDecorators to replace pageDecorations in SETTINGS
2024-07-29 21:21:16 +02:00
Zef Hemel 47f6c61007 Fixes 2024-07-29 12:16:12 +02:00
Zef Hemel 3ca132e16a Fixes 2024-07-25 15:19:06 +02:00
Marek S. Łukasiewicz 75cd4b1383
Hide pages from auto complete with Page Decorations () 2024-07-19 17:06:40 +02:00
Zef Hemel 11967b82a6
Meta links ()
Add carret page link support (for meta pages)
2024-07-17 17:03:25 +02:00
Zef Hemel e4da0b7849 Refined implementation of 2024-07-14 11:29:43 +02:00
Deepak Narayan 850c06fd70
Fixes and provides an initial implementation for assigning ()
decorators to tags.

This patch enables decorations for user specified tags - starting
with handling only a single decoration - a 'prefix' to be added
to the page name. Prefix is handled in the top bar title,
page navigator, wiki-links appearing within a page as well as
page autocomplete suggestions.
2024-07-13 13:56:00 +02:00
Zef Hemel 25d14031c9
Fixes
Libraries have been rethought, see associated documentation.
2024-07-11 20:36:26 +02:00
onespaceman 1f949158e9
Index []() style links () 2024-05-27 20:33:41 +02:00
Zef Hemel e919aa82e9 0.7.4 2024-02-29 15:23:05 +01:00
Zef Hemel 60d3199d64
Giant code reorganization ()
Code restructure
2024-02-08 21:00:45 +01:00
Zef Hemel f82d72e626 Fixes code complete 2024-02-04 16:36:59 +01:00
Zef Hemel 341c07049f
Custom template parser ()
New template engine 🤯
2024-02-02 19:19:07 +01:00
Zef Hemel 604bea3ee0 Fixes 2024-01-25 14:51:40 +01:00
Zef Hemel f30b1d3418
Templates 2.0 ()
Templates 2.0 and a whole bunch of other refactoring
2024-01-20 19:16:07 +01:00
Zef Hemel a2dbf7b3db
PlugOS refactor and other tweaks ()
* Prep for in-process plug loading (e.g. for CF workers, Deno Deploy)
* Prototype of fixed in-process loading plugs
* Fix: buttons not to scroll with content
* Better positioning of modal especially on mobile
* Move query caching outside query
* Fix annoying mouse behavior when filter box appears
* Page navigator search tweaks
2024-01-15 16:43:12 +01:00
Zef Hemel bf1eb03129 Backporting a bunch of optimizations from db-only branch 2024-01-13 17:30:15 +01:00
Zef Hemel 848211120c
Tags redo ()
Introduction of `tag` and `itags`
2024-01-11 13:20:50 +01:00
Zef Hemel 0a7fc05fef Docs and template sets work 2023-12-22 16:40:38 +01:00
Zef Hemel 3350c7f076 More instant page navigator 2023-12-22 15:55:50 +01:00
Zef Hemel 70ef6ed9da Work on : revamped templates 2023-12-21 18:38:02 +01:00
Zef Hemel 1afac0274e Custom template slash commands 2023-11-06 09:14:16 +01:00
Zef Hemel e0b6fbed3e Change anchor reference syntax 2023-11-03 12:01:33 +01:00
Zef Hemel 0313565610
Complete redo of content indexing and querying ()
Complete redo of data store
Introduces live queries and live templates
2023-10-03 14:16:33 +02:00
Zef Hemel 2ee20af5c8 Custom task statuses plus various fixes 2023-09-01 16:57:29 +02:00