Skip to content

helper: NodeInfo can also be a link without image#236

Merged
rotanid merged 1 commit intomainfrom
allow_nodeinfo_link
Nov 3, 2025
Merged

helper: NodeInfo can also be a link without image#236
rotanid merged 1 commit intomainfrom
allow_nodeinfo_link

Conversation

@maurerle
Copy link
Member

@maurerle maurerle commented Nov 2, 2025

Description

Using the following snippet in nodeInfos one can add a wiki link to the nodes:

    {
      "name": "Node wiki",
      "title": "https://wiki.example.com/{NODE_ID}",
      "href": "https://wiki.example.com/{NODE_ID}" 
    },

Motivation and Context

closes #207

How Has This Been Tested?

The snippet above has been used for testing

Screenshots/links:

image

Checklist:

  • My code follows the code style of this project. (CI will test it anyway and also needs approval)
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.

@rotanid rotanid merged commit 2c121e6 into main Nov 3, 2025
2 checks passed
@rotanid rotanid deleted the allow_nodeinfo_link branch November 3, 2025 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NodeInfo Links need an image

2 participants