Ticket #784 (new enhancement)
Allow tiddler sections in TiddlyLinks as anchor points for intra-tiddler scrolling
| Reported by: | EricShulman | Owned by: | EricShulman |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.7.1 |
| Component: | core | Version: | |
| Severity: | low | Keywords: | |
| Cc: |
Description (last modified by EricShulman) (diff)
As discussed here: http://groups.google.com/group/TiddlyWiki/browse_frm/thread/d9afc55b532d9f49#
Currently, you can use the tiddler section syntax from the <<tiddler>> macro:
<<tiddler SomeTiddler##SomeSection>>
However, when the same section reference syntax is used in a TiddlyLink?:
[[SomeTiddler##SomeSection]]
the entire reference is treated as a tiddler name.
At the very least, the TiddlyLink? should ignore the trailing "##..." syntax so that a valid link to the existing tiddler is created.
Ideally, however, the section syntax in the TiddlyLink? should be recognized and used to open the tiddler and then auto-scroll to the indicated section heading (i.e., the same behavior as <a name="foo"> and <a href="#foo">...</a> HTML syntax)
