1.2 KiB
1.2 KiB
| title | description |
|---|---|
| Linkwarden | Linkwarden Widget Configuration |
Learn more about Linkwarden.
Allowed fields: ["links", "collections", "tags"].
widget:
type: linkwarden
url: http://linkwarden.host.or.ip
key: myApiKeyHere # On your Linkwarden install, go to Settings > Access Tokens. Generate a token.
Use mode to show the stats found in the fields and/or the recent bookmarks.
Examples:
mode: ["stats", "recent"] or mode: ["stats"] or mode: ["recent"]
widget:
type: linkwarden
url: http://linkwarden.host.or.ip
key: myApiKeyHere
mode: ["stats", "recent"]
Use params to set which collections and/or tags to display links from.
Examples:
params:
collectionIds: ["8", "13", "6"] # ID's of collections
or
params:
tagIds: ["84", "66", "88", "69"] # ID's of tags
or
params:
collectionIds: ["8", "13", "6"] # ID's of collections
tagIds: ["84", "66", "88", "69"] # ID's of tags
widget:
type: linkwarden
url: http://linkwarden.host.or.ip
key: myApiKeyHere
params:
collectionIds: ["8", "13", "6"] # ID's of collections
tagIds: ["84", "66", "88", "69"] # ID's of tags