Add UI hints to create a Wiki sidebar and footer #16800
Labels
Comments
This would be a simple change to |
@zeripath how do you open the Wiki editor with a pre-defined page name? |
ah you want to add that... that would need a change to routers/web/repo/wiki.go:NewWiki() Probably as simple as adding: if ctx.Form("title") != "" {
ctx.Data["title"] = ctx.Form("title")
} then you'd need to add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
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.
Screenshot from GitHub
The text was updated successfully, but these errors were encountered: