Scribus Forums

Scribus => Beginner Talk => Topic started by: DaveC426913 on January 21, 2020, 02:11:24 AM

Title: Adding internal hyperlinks
Post by: DaveC426913 on January 21, 2020, 02:11:24 AM
I'm reading over the docs about adding hyperlinks by using invisible buttons that leverage PDF functionality.

It seems to talk a lot about external files or opening new browser tabs.

I want internal links to various sections in my newsletter.

In HTML, I'd do it like this:
a href="#my-Article"

<a name="#my-Article">Top of my article</a>

I'm sure this can be done, but I'm not sure of the syntax.
Title: Re: Adding internal hyperlinks
Post by: utnik on January 21, 2020, 04:55:06 AM
hi dave

as scribus is designed with high quality print files in mind, the implementation of hyperlinks may still not be really good...

utnik
Title: Re: Adding internal hyperlinks
Post by: DaveC426913 on January 22, 2020, 12:45:33 AM
Quote from: utnik on January 21, 2020, 04:55:06 AM
hi dave

as scribus is designed with high quality print files in mind, the implementation of hyperlinks may still not be really good...

utnik
Yeah, I see that. It uses a PDF extra to add buttons on output.

So it does do links, I just haven't quite figure out how to do internal links yet.