gerwitz / sitewriter

Bringing IndieWeb to the JAM (Micropub for static sites)
http://sitewriter.net/
MIT License
22 stars 0 forks source link

What are bookmark variable for name and url ? #83

Closed alienlebarge closed 5 years ago

alienlebarge commented 5 years ago

Description

I post bookmarks from Quill where I can put the following informations:

Sitewriter do not get the info of Bookmark URL and Name because I can't find wich variable to use in the template.

Ask

Is there any variable I can use to get the information of bookmark's title and url ?

Additional Info

Napkin 6 24 04 19, 8 54 06 AM

My sitewriter bookmark template (where title and url do not work):

---
title: {{title}}
date: {{datetime}}
url: {{url}}
tags:
{{#categories}}
- {{.}}
{{/categories}}
---
{{content}}

And thanks for this incredible website. You rocks :raised_hands:

gerwitz commented 5 years ago

I never finished/tested bookmarks!

You should now see name and url as variables. I've tested with Quill, but only lightly.