You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mentioned in #16719 and lost in #16655, this issue is about adding UI hints on the Wiki from which a user with edit access can quickly create a sidebar or footer.
Activity
zeripath commentedon Aug 24, 2021
This would be a simple change to
templates/repo/wiki/view.tmpl
around line 63 + change tooptions/locale/locale_en-US.ini
for localisation.n194 commentedon Aug 24, 2021
@zeripath how do you open the Wiki editor with a pre-defined page name?
zeripath commentedon Aug 24, 2021
ah you want to add that...
that would need a change to routers/web/repo/wiki.go:NewWiki()
Probably as simple as adding:
then you'd need to add
?title=...
to the url