Vote #78577
未完了Wiki include macro : add icons for editing and viewing an included wiki page
0%
説明
+Rational:+
From time to time, it happens that I want to edit a wiki page that is included in another one.
First, I have to edit that main page, to figure out the name of the included page.
Then, I click on "Index by title" to see the list of wiki pages, then look for the page.
And at last, I click edit.
This is not a straightforward process. It can be improved a lot.
+Expected improvement+
Example with 2 wiki pages.
Main wiki page
Example of icons, for direct editing or viewing of wiki page.
Below, an included wiki page.
{{include(included_wiki_page)}}
Above, the included wiki page.
Included wiki page
> This is the included wiki page content
At the right, the icons !/images/edit.png! and !/images/magnifier.png! are click-able, and allow to edit and view the included wiki page.
!icons.png!
+Proposal+
Based on the plugin redmine_include_macro_extension, created by "Taiki I":/users/193028,
I have implemented this feature in a fork of that plugin :
https://github.com/sbriand/redmine_include_macro_extension
+Request+
Is it possible to add this feature in the Redmine core?