Opened 19 years ago
Last modified 9 years ago
#2717 new enhancement
Create window title on wiki pages from = The title =
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | topic-wikiengine |
Component: | wiki system | Version: | none |
Severity: | minor | Keywords: | formatter |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
This is what Wikka does: They take the text from the h1 headline which would be the first = This is a headline =
wiki code on the page and display it as page title instead of the camel case page name.
See for example: http://wikkawiki.org/UpgradingFromWakkaWiki
Wiki-Name of the Page: UpgradingFromWakkaWiki
Displayed title: Wikka: Migrating from WakkaWiki to Wikka Wiki
which the get from this code
===== Migrating from WakkaWiki to Wikka Wiki =====
which means h1 in Wikka syntax.
The purpose of this proposal is the create more readable window titles.
Attachments (0)
Change History (9)
comment:1 by , 18 years ago
Keywords: | formatter added |
---|---|
Milestone: | → 0.11 |
Owner: | changed from | to
Severity: | normal → minor |
comment:3 by , 18 years ago
Well, unfortunately this is something that has been made difficult to implement right now, as we do a late rendering of Wiki content.
Still, we could do this when we will be able to dissociate Wiki parsing from wiki rendering (see #4431).
comment:4 by , 18 years ago
Milestone: | 0.11 → 0.12 |
---|
WikiEngine refactoring and related fixes postponed.
comment:6 by , 15 years ago
Milestone: | next-major-0.1X → 0.13 |
---|
comment:7 by , 14 years ago
Milestone: | 0.13 → 0.14-wikiengine |
---|
comment:8 by , 9 years ago
Owner: | removed |
---|
Could be done by setting a title "property" on the formatter, when the first
= ... =
is seen by the the_heading_formatter
.