Greetings Pierre
Recent releases are getting caught up by certain link forms that IQ permits in the grids, which are not part of mainstream HTML. For example, a link to an Item number, set up using the Hyperlink dialog, translates to:
<a href=2400>LinkWord</a>
But if you paste that section into the HTML pane, it morphs into:
<A href="about:2400">LinkWord</A>
Links to WikiTags morph, for example, from:
<a href={Time Journal}>Time Journal</a>
to
<A
href="about:{Time" Journal}>Time Journal</A>
href="about:{Time" Journal}>Time Journal</A>
Of course, none of these morphed link forms will function as originally intended, certainly not if pasted back into a grid cell. The "about:" protocol fires IE instead of navigating within IQ. In some cases a pasted link will activate a query for a WikiTag with "about:" in it.
As mentioned elsewhere, I've been maintaining WikiTags in an HTML pane and copying them into the production field, so I rely on this capability. I think IQ will have major support issues if the links don't interchange neatly between grid and pane. Long term, those "shorthand" link forms may have to be sacrificed in favor of an "infoqube:" protocol notation that won't be challenged by the HTML editor.
Thanks for taking a look.
Jerome
Update 2/10: This is not fully solved in PreRel18. WikiTag links now accept the "about:" form, but multiword WikiTags like {Time Journal} still have a quote mark inserted after the first word:
<A href="about:{Time" Journal}>Time Journal</A>
generating a linked source of:
WikiTag like "*{Time" Journal}*"
rather than
WikiTag like "*{Time Journal}*"
So they're not linking to the intended set.
JJS
Comments