Maybe I'm totally missing something, but how can I make a link to an anchor on a page in the Wysiwyg editor? If it's an internal link on the same page I can simply type #thelink as the address, but when trying to make an anchor link to another page the url field turns read only once you select the page to link to...
This feature used to exist in Umbraco 6, but was left out of (forgotten?) in Umbraco 7. You may vote for the issue here, but the feature is already planned for version 7.3.
In the meantime, considering using the Link to Document textbox for your internal links. If you have 301 URL Tracker redirecting your page movements/renames, you shouldn't have to worry about using absolute URLs.
The source code editor is a wonderful tool, though it's not something I want (nor expect) our editors to know how to use. There needs to be a way in the Umbraco link interface to add an anchor modifier to links.
The issue isn't with creating an anchor. Rather, there is currently no way to create a link to an anchor if you're choosing a local link with Umbraco's link picker. The current workaround is for the editor to manually add a page's URL and anchor in 'Link to document' textbox, but this is not ideal.
How to create a link to an anchor?
Maybe I'm totally missing something, but how can I make a link to an anchor on a page in the Wysiwyg editor? If it's an internal link on the same page I can simply type #thelink as the address, but when trying to make an anchor link to another page the url field turns read only once you select the page to link to...
This feature used to exist in Umbraco 6, but was left out of (forgotten?) in Umbraco 7. You may vote for the issue here, but the feature is already planned for version 7.3.
In the meantime, considering using the Link to Document textbox for your internal links. If you have 301 URL Tracker redirecting your page movements/renames, you shouldn't have to worry about using absolute URLs.
Hi, I figured out how to do that in Umbraco 7. I just added it to the source code available on the UI side.
Hi, Antoinette.
The source code editor is a wonderful tool, though it's not something I want (nor expect) our editors to know how to use. There needs to be a way in the Umbraco link interface to add an anchor modifier to links.
You can enable anchor in rich text edit. Developer->DataTypes->Richtext editor
Hi, Yakov.
The issue isn't with creating an anchor. Rather, there is currently no way to create a link to an anchor if you're choosing a local link with Umbraco's link picker. The current workaround is for the editor to manually add a page's URL and anchor in 'Link to document' textbox, but this is not ideal.
Hm, you are right! I vote on this issue!
is working on a reply...