merktnichts
07-27-2007, 08:56 PM
Would it be possible to expand the editor, so we can set anchors on a page?
E.g. I defined a table somewhere on the page, which entries I'd like to refer to with some links further down the text (in the same document).
Speaking HTML, I'm talking about being able to define something like
<a name="anchor"> somewhere on a page and later on the same page being able to set a link like
<a href="#anchor">
Of course, in the spirit of Deki, having it as a button in the WYSIWYG editor would be marvellous.
If that's all working, the next step would be to make it possible to link from other pages to the anchors. Deki's link would look something like this:
<a class="internal" href="mks://localhost/%2e/somepage#anchor/" title="./somepage">
Can this be realized? Or is it already possible and I didn't spot it yet?
E.g. I defined a table somewhere on the page, which entries I'd like to refer to with some links further down the text (in the same document).
Speaking HTML, I'm talking about being able to define something like
<a name="anchor"> somewhere on a page and later on the same page being able to set a link like
<a href="#anchor">
Of course, in the spirit of Deki, having it as a button in the WYSIWYG editor would be marvellous.
If that's all working, the next step would be to make it possible to link from other pages to the anchors. Deki's link would look something like this:
<a class="internal" href="mks://localhost/%2e/somepage#anchor/" title="./somepage">
Can this be realized? Or is it already possible and I didn't spot it yet?