{"id":17148674,"url":"https://github.com/lcharette/uf_markdownpages","last_synced_at":"2026-01-20T03:09:53.222Z","repository":{"id":57013030,"uuid":"121700467","full_name":"lcharette/UF_MarkdownPages","owner":"lcharette","description":"Simple flat-file pages for UserFrosting 4","archived":false,"fork":false,"pushed_at":"2021-02-26T22:04:36.000Z","size":165,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T09:59:12.192Z","etag":null,"topics":["userfrosting","userfrosting-sprinkle"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lcharette.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"lcharette","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-02-16T00:33:19.000Z","updated_at":"2022-11-04T12:49:10.000Z","dependencies_parsed_at":"2022-08-21T13:40:53.600Z","dependency_job_id":null,"html_url":"https://github.com/lcharette/UF_MarkdownPages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcharette%2FUF_MarkdownPages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcharette%2FUF_MarkdownPages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcharette%2FUF_MarkdownPages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcharette%2FUF_MarkdownPages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lcharette","download_url":"https://codeload.github.com/lcharette/UF_MarkdownPages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430837,"owners_count":20937873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["userfrosting","userfrosting-sprinkle"],"created_at":"2024-10-14T21:29:28.545Z","updated_at":"2026-01-20T03:09:53.178Z","avatar_url":"https://github.com/lcharette.png","language":"PHP","funding_links":["https://ko-fi.com/lcharette","https://ko-fi.com/A7052ICP"],"categories":[],"sub_categories":[],"readme":"# Markdown Pages Sprinkle for [UserFrosting 4](https://www.userfrosting.com)\n\n[![Latest Version](https://img.shields.io/github/release/lcharette/UF_MarkdownPages.svg)](https://github.com/lcharette/UF_MarkdownPages/releases)\n[![UserFrosting Version](https://img.shields.io/badge/UserFrosting-\u003e=%204.1.16-brightgreen.svg)](https://github.com/userfrosting/UserFrosting)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)\n[![Donate](https://img.shields.io/badge/Donate-Buy%20Me%20a%20Coffee-blue.svg)](https://ko-fi.com/A7052ICP)\n\nSimple flat-file page manager for UserFrosting 4. Drop any markdown file in your sprinkle and access them directly inside your UserFrosting installation. Support custom templates and sprinkle priority. It's just like a mini [Grav](https://getgrav.org) site, directly inside UserFrosting.\n\n**This sprinkles requires UserFrosting 4.1 or newer**\n\n| Branch | Status |\n| ------ | ------ |\n| master | [![Build Status](https://github.com/lcharette/UF_MarkdownPages/workflows/Build/badge.svg?branch=master)](https://github.com/lcharette/UF_MarkdownPages/actions?query=workflow%3ABuild)  [![StyleCI](https://styleci.io/repos/121700467/shield?branch=master\u0026style=flat)](https://styleci.io/repos/121700467)  [![codecov](https://codecov.io/gh/lcharette/UF_MarkdownPages/branch/master/graph/badge.svg)](https://codecov.io/gh/lcharette/UF_MarkdownPages)\n| develop | [![Build Status](https://github.com/lcharette/UF_MarkdownPages/workflows/Build/badge.svg?branch=master)](https://github.com/lcharette/UF_MarkdownPages/actions?query=workflow%3ABuild)  [![StyleCI](https://styleci.io/repos/121700467/shield?branch=develop\u0026style=flat)](https://styleci.io/repos/121700467) [![codecov](https://codecov.io/gh/lcharette/UF_MarkdownPages/branch/develop/graph/badge.svg)](https://codecov.io/gh/lcharette/UF_MarkdownPages)\n\n# Help and Contributing\n\nIf you need help using this sprinkle or found any bug, feels free to open an issue or submit a pull request. You can also find me on the [UserFrosting Chat](https://chat.userfrosting.com/) most of the time for direct support. You can also contribute to this sprinkle by buying me coffee.\n\n# Installation\nEdit UserFrosting `app/sprinkles.json` file and add the following to the `require` list : `\"lcharette/uf_markdownpages\": \"^1.0.0\"`. Also add `MarkdownPages` to the `base` list. For example:\n\n```json\n{\n    \"require\": {\n        \"lcharette/uf_markdownpages\": \"^1.0.0\"\n    },\n    \"base\": [\n        \"core\",\n        \"account\",\n        \"admin\",\n        \"MarkdownPages\"\n    ]\n}\n```\n\nRun `composer update` and `php bakery bake` to install the sprinkle.\n\n# Features and usage\n\n* [Adding the page treeview to the sidebar](docs/SidebarTreeView.md)\n* [Metadata](docs/Metadata.md)\n* [Adding custom markdown blocks](docs/Extending-Parsedown.md)\n\n# Running tests\n\nThis sprinkle comes supports automated testing. Before submitting a new Pull Request, you need to make sure all tests are a go. With the sprinkle added to your UserFrosting installation, simply execute the `php bakery test` command to run the tests.\n\n# Licence\n\nBy [Louis Charette](https://github.com/lcharette). Copyright (c) 2018, free to use in personal and commercial software as per the MIT license.\n\n# TODO\n- Add basic permissions to pages\n- Support multiple languages\n- Support for partial file (folder starting with an underscore, ie `_header`)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcharette%2Fuf_markdownpages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flcharette%2Fuf_markdownpages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcharette%2Fuf_markdownpages/lists"}