From the Eliovir

Pm Wiki: Wiki Trails-Talk

This is a talk page for improving WikiTrails.


The idea is explained in Vannevar Bush’s 1945 article As We May Think [1], section 7, which describes an implementation using microfilm [2] inspired by the trails of association in human thinking:[1]

. . . at any time, when one of these items is in view, the other can be instantly recalled merely by tapping a button below the corresponding code space. Moreover, when numerous items have been thus joined together to form a trail, they can be reviewed in turn, rapidly or slowly . . . . It is exactly as though the physical items had been gathered together to form a new book. It is more than this, for any item can be joined into numerous trails.

Q How can the trail be made to start at (or from) the “parent page”?

That is the first trail markup should be visible on the “parent page”. In the example below the next and prev pages should show as (arbitrarily) the first and last pages on the trail (excluding any loop entry).

<|[[{$FullName}]]|>

Q Why can I not get the Path WikiTrail ^|[[TrailIndexPage]]|^ to function as expected?

TrailIndexPage contents:

*  [[Top Level Page]]
*  [[Level 2 Page]]
*  [[Level 3 Page]]
*  [[Level 4 Page]]

Level 4 Page WikiTrail code added:

%rfloat font-size:0.8em% ^|[[TrailIndexPage | Index]]|^ %%

Expected output:

Index | TopLevelPage | Level2Page | Level3Page | Level4Page

Actual output:

Index | Level4Page
The trail only ever displays previous page | trail page | next page. In your actual example you are at the first page of the trail, so there is no previous page. To achieve what you want will require a page list. simon July 18, 2009, at 06:15 PM

Copyright © 2005–2025 the Main wiki and its authors

Links

  1. www.theatlantic.com/doc/194507/bush
  2. en.wikipedia.org/wiki/Memex#Associative_trails

Retrieved from http://eliovir.free.fr/index.php5/PmWiki/WikiTrails-Talk

Page last modified on July 21, 2009, at 10:11 PM EST