MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Bookmarks in Mathematica????

  • To: mathgroup at smc.vnet.net
  • Subject: [mg71695] Re: Bookmarks in Mathematica????
  • From: "Steve Luttrell" <steve_usenet at _removemefirst_luttrell.org.uk>
  • Date: Mon, 27 Nov 2006 04:03:55 -0500 (EST)
  • References: <ek98t5$k6v$1@smc.vnet.net>

Here is a 2-step procedure that does what you want:

1. Create a tag (or bookmark) to label the target cell:
        select the target cell, or just put the cursor somewhere in the cell
        Find | Add/Remove Cell Tags... (Ctrl-J in Windows )
        create the tag using the dialog box
2. Create a link to the tag:
        select the source text for the hyperlink
        Input | Create Hyperlink...
        select the target tag using the dialog box

Steve Luttrell
West Malvern, UK

"Philipp" <Philipp.M.O at gmail.com> wrote in message 
news:ek98t5$k6v$1 at smc.vnet.net...
>I have searched far and wide (http://library.wolfram.com/ and this news
> group) and I couldn't believe that nobody has thought about it before.
>
> I am a relatively new user (<6 months) and I get progressively more and
> more frustrated trying to find things again. Say, a few weeks ago, I
> read some useful stuff in the Help Browser that might have been
> pertinent to a problem I am presently working on. Trying to remember
> the item or the context directly or through associations is time
> consuming and often fruitless.
>
>>From my present knowledge of Mathematica FrontEnd programming, it
> should be relatively simple to create a Bookmarks palette that
> implements, you've guess it, bookmarks.
>
> The Bookmarks palette should allow bookmarking all notebooks (including
> the Help Browser). Setting a bookmark should be registered in the
> palette as a "link object" and presented to the user as a button (name
> should be derived or "inherited" with the user being able to change
> it).
>
> By the way, it would be nice to have Help Browser (or maybe overall)
> History capability as well.
>
> Am I wrong thinking it would be a relatively easy task? Can anybody
> point me in the right direction?
>
> Cheers,
> Philipp.
>
> P.S. Currently, I have a special notebook in which I create "bookmarks"
> manually, e.g.,
>
> Cell[TextData[{
>  StyleBox[ButtonBox["EvaluationNotebook",
>    ButtonData:>{"EvaluationNotebook"},
>    ButtonStyle->"RefGuideLink"]],
>  "[] Path & FileName of the current notebook ",
>  StyleBox[ButtonBox["Mathematica 2.11.3",
>    ButtonData:>{"2.11.3", "3.1"},
>    ButtonStyle->"MainBookLink"]]
> }], "Text"]
>
> However, this is extremely time consuming & I would like to automate
> this process". P.
> 



  • Prev by Date: Re: Word permutations - frustrated by lists.
  • Next by Date: Re: Not accepting function as parameter
  • Previous by thread: Bookmarks in Mathematica????
  • Next by thread: Re: Bookmarks in Mathematica????