A Bludit plugin that generates a sortable and searchable table of all blogposts.
Demo (not really, it is in productive use 😀): https://gnulinux.ch/artikelindex
Setting | Description | Example |
---|---|---|
Webhook for the sitemap | The sitemap table can be reached under this address (www.example.com/webhook). | sitemap-table |
Page title | If a page title exists, an h1 heading is added on top. | Blogpost index |
Tables header | The tables header and the plaintext to it. The order must match the order from the JSON file. | title Title|description Description|dateRaw Date |
Enable search field | If the search field is enabled, the search field will be displayed. | Enabled |
Enable sort columns | If column sorting is enabled, each column can be sorted individually. | Disabled |
Link column | Select which column should link to the post | title |
Enable sidebar-search | Add a search box to every page with a sidebar | Disabled |
MIT License
Copyright (c) 2021 MrReSc
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- list.js from @javve provides the ability to search and sort
- @LiohMoeller has contributed code
- @gaincoder has contributed code