silexlabs / Silex

Silex live web creation, free/libre no-code website builder, next gen Webflow for the static web

Home Page:http://www.silex.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

links (anchors / _blank)

ceubri opened this issue · comments

Links
• be able to add ./#my-anchor in links
• if we add ./ it transforms into a page but we cannot add the #anchor
• we cannot add _blank on links?

solution :

  • add .#my-anchor
  • create a custom code with "<a href="https://..." target="_blank">"
  • and the copy / paste or drag outside the custom code #trickoftheyear :)