joomlatools-pages icon indicating copy to clipboard operation
joomlatools-pages copied to clipboard

Joomlatools Pages is an easy to use page generator (for Joomla)

Results 38 joomlatools-pages issues
Sort by recently updated
recently updated
newest added

Implement support for SQLite and build a command line utility to import json or csv. ### Reading - https://antonz.org/sqlite-is-not-a-toy-database/ - https://litestream.io/blog/why-i-built-litestream/ - https://syncinc.so/ and https://syncinc.so/careers - https://github.com/lspgn/edge-sql - https://www.notion.so/blog/faster-page-load-navigation -...

When `$router->generate()` calls fail it returns `false` here: https://github.com/joomlatools/joomlatools-pages//blob/master/code/dispatcher/http.php#L207 This value is passed to `$router->qualify` directly but it only accepts `ComPagesDispatcherRouterRoute` and not booleans.

bug

Write a documentation for the Pages component aimed at developers. Description of features are detailed in the release logs: - [x] 0.1.0 #7 - [x] 0.2.0 #20 - [x] 0.3.0...

documentation

Add support for early hints, turn preload and preconnect links into headers. More info see: https://blog.cloudflare.com/early-hints/

feature

Convert Johan's Joomlashack 2020 keynote slides into a Pages presentation using https://github.com/hakimel/reveal.js Source: https://www.icloud.com/keynote/0TSa1ASXp386eDy98MVbUSbHg#Joomlashack_Conference_-_There_and_back_again

Add support for relative routes similar to how relative template imports work: https://github.com/joomlatools/joomlatools-pages/wiki/Partials#the-import-function Examples: `@route: article` `@route: ../article` Note: also support this for `collection->extend`

refactor
feature

- [ ] Use a [webworker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) for [fetch()](https://developer.mozilla.org/en-US/docs/Web/API/Request) instead of handling the request on idle to avoid blocking main thread - [ ] Implement support for [transclusion](https://en.wikipedia.org/wiki/Transclusion) and [substitution](https://en.wikipedia.org/wiki/Web_template_system) of...

refactor

Add support for https://tinkerwell.app/ See; - https://beyondco.de/docs/tinkerwell/extending-tinkerwell/custom-drivers - https://github.com/kanata-php/kanata/blob/master/.tinkerwell/KanataTinkerwellDriver.php

feature

Create a Joomla installable package. Bundle the [Joomla extension](https://github.com/joomlatools/joomlatools-pages/tree/master/contrib/extensions/joomla) in `.../libraries/pages-extensions/joomla`. Do not use Phar since Phar support is not available on every Joomla host.

refactor
feature

Implement a helper to support image zooming Possible libraries: - https://github.com/francoischalifour/medium-zoom - https://github.com/tomik23/zooom.js - https://github.com/kingdido999/zooming - https://github.com/yyx990803/zoomerang Also: https://codepen.io/galulex/pen/eNZRVq

feature