New library pushing Refs, and JSON catalog !publish!

This commit is contained in:
constantinos 2023-07-12 17:48:55 +03:00
parent 2316960624
commit 59bcab0ba0
3 changed files with 9 additions and 18 deletions

View file

@ -195,25 +195,12 @@ Thus, the item unique id is: `3ea44269-47eb-468b-906e-3104398aaa07`.
*Formatting*:
```
Stalder, Felix. ![The Digital Condition](bib:3ea44269-47eb-468b-906e-3104398aaa07). Cambridge, UK; Medford, MA: Polity Press, 2018.
![](bib:dbc2b6d4-32fc-40c9-adab-4cf380be96d6)
```
*Appearance*:
Stalder, Felix. ![The Digital Condition](bib:3ea44269-47eb-468b-906e-3104398aaa07). Cambridge, UK; Medford, MA: Polity Press, 2018.
![](bib:dbc2b6d4-32fc-40c9-adab-4cf380be96d6)
---
Bib references that break:
- [how to play](bib:7f033665-ac6d-4bcd-8f05-f3a92987b910)
- [eliz](bib:55bcc3a3-40e6-4bce-bb7c-3645e3411a69)
- [infinite](bib:1d00c5a0-3c50-4c0c-83b3-ebaf6bca1dbb)
<!--
- ![Game Research Methods: An Overview.](bib:25ce9c64-4403-4332-beac-e29b0203d61e)
- ![Experimental game design](bib:3f8d0b08-965b-479a-9de9-2cb0d8de3abc)
- ![test](bib:)
- (bib:237e535c-f6f5-4d28-ad6f-6b47ae639df7)
- (bib:10823ff0-fdc9-44be-a537-10bb234d2348)
- (bib:1b258738-63e9-4af0-83eb-c9f9e9521aa3) (zip)
- -->

View file

@ -115,10 +115,13 @@ The same concept is used by search engine algorithms, such as 'page rank' by Goo
![this is a link to an article](article:target-article)
```
This will
This will create a link to the `target-article` but it will also create a backlink -- a mention of this link inside the `target-article`.
Backlinks (as well as external and internal hyperlinks) are also catalogued at [urls](/urls/)
A link from this article to some other one, at the latter article will generate a backlink that would appear at the top right of the page (`mentioned in this-article`).
![](/static/sample/2023-backlink-mentioned-in.png)
Backlinks (as well as external and internal hyperlinks) are catalogued at [urls](/urls/).
# Generate printable PDFs
_Sandpoint_ can generate printable and interactive PDFs for single entries, groups of entries (as in issues), and for all content. For PDFs containing more than one entry, _Sandpoints_ will dynamically generate a table of contents.

1
data/books/catalog.json Normal file

File diff suppressed because one or more lines are too long