Text, links, labels
1. The documentation states that a LabelItem can contain URL links, but it doesn't say how to put a link in the title.
2. It is unclear how to display a text (long text) that is not a link. Example: https://help.format.com/en/articles/2645455-format-publisher-plugin-for-capture-one-12 (scroll down to the screenshot of the settings dialog)
Things to note: There is text containing links. The text is located on the right-hand side of the dialog, so it's is not a LabelItem. Long text wraps to a next line.
How can I achieve that?
-
This reply is 4 years late, but I ran into the same issue you did and hope this helps any future developers.
1.) After much hunting in Visual Studio, I found the URL syntax hidden in the PhaseOne.Plugin.xml file.
Syntax example "Click [here](http://example.com/) to recover your password."
2.) That link no longer works, so I'm not 100% on this, but I'm guessing you are running into the issue with setting the LabelItem title to something, and it being truncated. The LabelItem also has a value that can be longer. Here is a screenshot that shows the Title being truncated, but the Value being longer and fine.
--edit--
Re-read your post about the line wraps. Updated my LabelItem.Value to be much longer and obtained word wrap.
0 -
This link format is markdown.
[Link Text goes here](https://your.link/goes/here)
There can be NO spaces between the ] and the (.
0
Post is closed for comments.
Comments
2 comments