On Wed, Sep 24, 2008 at 12:09 AM, Maike <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I can have a link on one worksheet to another worksheet (e.g.
> http://localhost:8000/home/user/12/), but this includes the number
> that sage internally gives that worksheet (here: 12). Now if I upload
> these worksheets to another server, they are assigned different
> numbers and the links don't work properly anymore. Is there a any
> other way of linking in a more stable way, e.g. using the title of a
> worksheet?

There is nothing better at present, unfortunately. Using the title
isn't so good either, since it can be trivially changed at any time.
Maybe worksheets
should have some sort of linkable attribute url that is like a title, but can't
easily be changed (and if you change it you get a big warning about
links breaking)?

> Also, can I have a link that goes to a certain place within
> a worksheet?

You can do this using standard html.

If in edit mode you put
<a name="here">
somewhere, then you can link to that point
using, e.g., <a href="#here">

See
   https://sage.math.washington.edu:8101/home/pub/28/
for an example.    Doing

https://sage.math.washington.edu:8101/home/pub/28/#here

jumps to the bottom of that worksheet.


William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to