]> git.lyx.org Git - lyx.git/commitdiff
Notes for InsetRef.
authorRichard Heck <rgheck@comcast.net>
Sat, 14 Nov 2009 15:24:35 +0000 (15:24 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 14 Nov 2009 15:24:35 +0000 (15:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31978 a592a061-630c-0410-9148-cb99ea01b6c8

development/HTML/HTML.notes

index 2b7a5a69bf9884e877eb05b1286e843fda1721ae..8795106e5419b186a5772ec9fd6e962c7baea381 100644 (file)
@@ -50,6 +50,9 @@ These insets work but still need work:
          and appropriate img tag. But we don't yet do any sort of scaling, rotating, and
                so forth. That won't be hard, since we can just call ImageMagick to do this for 
                us, but appropriate routines will need to be written.
+       InsetRef: At present, we just  use the label name as associated text, and put it 
+       into square brackets. It'd be nice to be able to do more, but for that we'd need to 
+       associate counters with the labels, and we don't have that yet.
 
 These insets do not work and are not yet scheduled to work:
        InsetExternal: It may be that this won't be too hard, but I don't understand 
@@ -63,9 +66,6 @@ May need to make use here of TocWidget::itemInset, which should then be moved
 to TocBackend.
 
 These do not yet work and need some attention:
-       InsetRef: Presumably, this is an internal link. But what should the text be, and how
-               should we get it? Probably some validation thing again, where labels tell us where 
-               they are. Alternatively, we could parse the aux file.
        InsetTabular: This shouldn't be too hard, but will need doing.
        InsetTOC: We should just be able to use what we have in the TOC. To get links to
                work, though, we'll need to co-ordinate the writing of anchors in the sections,