mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-13 05:50:27 +00:00
Help: Document renaming
This commit is contained in:
parent
cff7dafcea
commit
dde770e3e6
21
help/en/rename.myco
Normal file
21
help/en/rename.myco
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
= Renaming
|
||||||
|
You can **rename** existing hyphae. On the bottom of the hyphae, there is a //Rename// link. Follow it to open the renaming dialog.
|
||||||
|
|
||||||
|
> You can also access the dialog by pressing `r` or visiting URL `/rename/<hypha name>`.
|
||||||
|
|
||||||
|
Set the new name there. If you don't change it, submitting the form does nothing. Two options are set by default.
|
||||||
|
|
||||||
|
*. **Rename subhyphae too.** If on, subhyphae will remain subhyphae after the renaming. {
|
||||||
|
For example, if you had hyphae //Apple// and //Apple/red// and renamed //Apple// to //Malum//, //Apple/red// would also be renamed to //Malum/red//.
|
||||||
|
}
|
||||||
|
*. **Leave redirections.** If on, the old name will not remain empty. Rather than that, a hypha with a link to the new name is left. This hypha is called a **redirection hypha**. This option also combines with the other option, i/e subhyphae will receive their corresponding redirection hyphae.
|
||||||
|
|
||||||
|
== Redirection hyphae category
|
||||||
|
All redirection hyphae are added to a specific category. By default, the category is [[/category/redirection | Redirection]]. This way, you can find all redirections and modify them.
|
||||||
|
|
||||||
|
=== How to change the category
|
||||||
|
//This section is for wiki administrators only.//
|
||||||
|
|
||||||
|
*. Edit `config.ini`
|
||||||
|
*. Change the `RedirectionCategory` value in the `[Hyphae]` section.
|
||||||
|
*. Save the file, restart the wiki.
|
@ -21,6 +21,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li><a href="/help/en/mycomarkup">{{block "mycomarkup" .}}Mycomarkup{{end}}</a></li>
|
<li><a href="/help/en/mycomarkup">{{block "mycomarkup" .}}Mycomarkup{{end}}</a></li>
|
||||||
<li><a href="/help/en/category">{{block "category" .}}Categories{{end}}</a></li>
|
<li><a href="/help/en/category">{{block "category" .}}Categories{{end}}</a></li>
|
||||||
|
<li><a href="/help/en/rename">{{block "rename" .}}Renaming{{end}}</a></li>
|
||||||
<li>{{block "interface" .}}Interface{{end}}
|
<li>{{block "interface" .}}Interface{{end}}
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/help/en/prevnext">{{block "prevnext" .}}Previous/next{{end}}</a></li>
|
<li><a href="/help/en/prevnext">{{block "prevnext" .}}Previous/next{{end}}</a></li>
|
||||||
|
@ -30,6 +30,7 @@ var (
|
|||||||
{{define "prevnext"}}Пред/след{{end}}
|
{{define "prevnext"}}Пред/след{{end}}
|
||||||
{{define "top_bar"}}Верхняя панель{{end}}
|
{{define "top_bar"}}Верхняя панель{{end}}
|
||||||
{{define "sibling_hyphae"}}Гифы-сиблинги{{end}}
|
{{define "sibling_hyphae"}}Гифы-сиблинги{{end}}
|
||||||
|
{{define "rename"}}Переименовывание{{end}}
|
||||||
{{define "special pages"}}Специальные страницы{{end}}
|
{{define "special pages"}}Специальные страницы{{end}}
|
||||||
{{define "recent_changes"}}Свежие правки{{end}}
|
{{define "recent_changes"}}Свежие правки{{end}}
|
||||||
{{define "feeds"}}Ленты{{end}}
|
{{define "feeds"}}Ленты{{end}}
|
||||||
|
Loading…
Reference in New Issue
Block a user