-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: links in paragraphs #112
Comments
I just did something where I needed to embed a link to a folder location in an HTML Email that was being generated. What I did is use the TOC command with Please Click here: $Hyperlink and it did what I need to. The $Hyperlink was G Drive File Location |
I think this would be a great feature! |
This would be handy in Tables as well as Paragraphs, As this module is used heavily in AsBuiltReport this would allow us to have a table of configuration items, and then the clickable link to jump to that item. For example, Say an object is comprised of multiple smaller objects. The table can link to each of those smaller objects. |
I think adding external/web links to paragraphs would be a fairly simple implementation.
Would render this (Markdown doesn't support the target attribute)
Adding them to tables would be a lot more difficult and would need further discussions before any implementation. |
@Atreidae you are talking about adding cross-references here - not external/web links? Adding support for this would be fairly straightforward for paragraphs, but a lot more involved for tables (just like with web links). I'll have a think about how it could be implemented. |
Had a play around this afternoon. I'm slowly wrapping my head around how this works. I've hacked together a working implementation, just for text files for now, Hopefully, I'm sticking with the convention enough, if so, I keep developing and see if I can get it working with Word and HTML for linking to existing anchors. |
@iainbrighton any thoughts before I keep going? |
Can you add support for a link tag?
Either in a paragraph or in a text block it would be nice to be able to inline a link $(Link -href "https://google.com" -target _blank -Label {Click Here}) so we can create more dynamic content linking to other resources.
The text was updated successfully, but these errors were encountered: