Feature #33820
Auto Complete wiki page links
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | Candidate for next major release | |||
Resolution: |
Description
I think it would be useful to use the functionality of Tribute to auto complete the title of a wiki page at [[wiki page title]]
.
Related issues
History
#1
Updated by Mizuki ISHIKAWA 6 months ago
- File feature-33820.patch
added
I attach a patch that adds this feature.
#3
Updated by Marius BALTEANU 3 months ago
- Assignee set to Marius BALTEANU
Nice feature, let me find a better way to pass the auto complete endpoint for each case (issues, wiki pages, etc).
#4
Updated by Marius BALTEANU 3 months ago
- Related to Feature #33425: Auto complete wiki macros added
#5
Updated by Marius BALTEANU 3 months ago
- Related to Feature #31989: Inline issue auto complete (#) in fields with text-formatting enabled added
#6
Updated by Marius BALTEANU 3 months ago
Marius BALTEANU wrote:
Nice feature, let me find a better way to pass the auto complete endpoint for each case (issues, wiki pages, etc).
I've posted an alternative solution in #34122, please let me know what do you think about it.
Beside this point, the patch needs at least two changes:- Use a collection for triggers (see my note from #33425)
- Explore the possibility to show the wiki pages in parent - child relation or at least the parent if any in order to avoid confusion when there are multiple pages with the same title, but under different parent pages.
#7
Updated by Marius BALTEANU 3 months ago
- Assignee deleted (
Marius BALTEANU)
#8
Updated by Go MAEDA 2 months ago
Marius BALTEANU wrote:
Beside this point, the patch needs at least two changes:
- Use a collection for triggers (see my note from #33425)
- Explore the possibility to show the wiki pages in parent - child relation or at least the parent if any in order to avoid confusion when there are multiple pages with the same title, but under different parent pages.
I think the latter is not a problem. Wiki page names are unique in a project. You cannot create Wiki pages with the same name even if its parent pages are different.
#9
Updated by Mizuki ISHIKAWA 2 months ago
- File feature-33820-v2.diff
added
I fixed the patch by referring to the code of #34122.