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

See: https://commonmark.org/ See: https://github.com/thephpleague/commonmark Also see discussion here: https://github.com/joomlatools/joomlatools-pages/discussions/875 to support Obsidian syntax.

refactor

Investigate the use of JSONPath for easy filtering and traversal of the data object. See: - https://github.com/Galbar/JsonPath-PHP - https://github.com/FlowCommunications/JSONPath - https://www.baeldung.com/guide-to-jayway-jsonpath

Improve the object caching to easily offer support for different caching backend. Consider implementing a proxy pattern and generic interface to easily integrate with other caching libraries through adapters: Resources:...

Allow .txt files to be genera-table by Pages. This would make it possible to generate a robots.txt file on the fly, and even implement specific robots.txt rewrites depending on the...

Improve the `filter` collection state to offer out of the box support for custom collections, and implement a simple filter API developers can implement to offer advanced filtering for complex...

Implement auto-update support for Joomla through https://files.joomlatools.com/pages endpoint.

feature

Handle related entities/objects. - if can be casted to string - if has [jsonserializable interface](https://www.php.net/manual/en/class.jsonserializable.php)

### Machine - PHP 7.4 - Joomla! 3.9.24 - Windows 10 - Laragon (Apache) #### Steps to reproduce the behavior 1. Download the latest release package: com_pages_v0.19.5.zip https://github.com/joomlatools/joomlatools-pages/releases/download/v0.19.5/com_pages_v0.19.5.zip 2. Upload...

bug

See: https://getk2.org/ Add readonly support for K2 articles, categories, field and attachments through a custom collection. ### Todo - [x] Add article template method to easily retrieve a single article...

feature

### Files Implement collection support for Dropbox HTTP API. See: https://www.sitepoint.com/build-your-own-dropbox-client-with-the-dropbox-api/ ### Paper Export a dropbox paper document to html or markdown to include it in the site See: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-download...