EDIT_THIS ADD_JOURNAL ADD_ISSUE ADD_ARTICLE PUBLISH ?

Features Requests / Issues 🦚

article⁄Features Requests / Issues 🦚
contributor⁄
abstract⁄(Internal) List of feature requests.
keywords⁄internaljournal managementfeature requests

1. Introduction

Here we can list feature requests and issues for Sandpoints, or for this project in general. After being discussed, issues and requests should be communicated to and discussed with the Sandpoints developers, ideally by filing an issue on the www⁄Sandpoints repository.

To contribute an issue or request make a new subheading within §⁄feature requests, and add date and contributor. Resolved issues should be moved to the §⁄resolved section.

2. Feature requests

2.1. Expose item publication date (urgent)

Expose publication date of published material so that citation/reference scrapers can see when was something published. My experimental www⁄Dotawo Zotero Translator cannot find any mention of a date.

2.2. Add option to sort orphan entries in Sitemap by type

Currently, entries without parent (Print, Authors, Editors, etc.) appear in the sitemap sorted by creation date. It would be useful to have an option for sorting such orphan entries by type. For example, to have all Authors together, as well as Print entries and Editors appearing as grouped together.

2.3. Associate print with target item

Currently, to print something, one has to go to the sitemap and look if there is a print entity for the item they are interested in. It would be useful, as in backlinks, to be able to have a button such as ‘print this item’.

2.4. Fix Accorder (Zotero to Calibre) Metadata loss

Accorder seems to be optimized for book, and less for papers or chapters. Necessary metadata fields seem to get lost in the transfer, like:

3. Resolved

3.1. Add background to code blocks

Code blocks are useful not only for code but also for Markdown formatting instructions, or terminal commands having to do with site maintenance. I would be useful to be able to more easily distinguish code blocks like blockquotes. At the moment, it’s not easy to tell code blocks apart, or to distinguish them from text.


Edited CSS file (site.min.css) to:

Nevertheless:

Current changes are in commit f405856fbd – CM 11.07.2023.

3.2. Fix Zotero (.bib import) to Calibre

Accorder (see article⁄Library management), has a feature that allows reference collections exported from Zotero in .bib to be imported into the (Calibre) library. This doesn’t seem to work properly – CM 07.2023.

3.3. Remove date from keywords perspective

If you click on any keyword, the new page shows all entries with that keyword. It ALSO shows the date these were created (in my case file creation date is part of the MD header). It would be great if these dates could be omitted.

Resolved by editing out line 15 in ..theme/layouts/taxonomy/list.html