Feature #5536
closedSimplify Wiki Page creation ("Add Page" link)
0%
Description
One of the biggest hurdles to Wiki productivity as I see it is having to edit a wiki page before you can add a page. Since there are macros for ToC and Children and often the start page contains theses macros it is redundant to manually create a page link, so you can add the page, then delete the link straight after since it is then listed in the macro output.
I suggest:
- A simple Add page function, next to "Edit"
- The ability to chose the Parent (i.e. dropdown, recent pages, search for parent) at Page creation time
Related issues
Updated by Eraldo Girardi over 14 years ago
Users here always complain about that.
They always ask me: "Why I can not add a new page by simply hit a "New Page" button??"
It's really too strange to add a page by editing in the address bar or by a link in an other page.
I hope this will receive some attention..
Updated by Jeff Wallace over 14 years ago
+1
Specifically I think sub-page creation is somewhat cumbersome currently. Having the ability to choose the parent page when creating/editing would be helpful.
Updated by Alex Dergachev over 14 years ago
+1
Here's one idea about how to do it: create a macro in redmine {{add_child_page}} that can
be embedded in the sidebar wiki page. (When 1.0 comes out). See #2010
This macro will be expanded to a link with an onclick handler that
prompts the user to input a page name and press OK or Cancel.
Initially just use the javascript prompt() method (we'll worry about
sexiness and degradability later).
Once a name is given ("views_new_subpage"), it should redirect to a
URL like https://rm.ewdev.ca/projects/drupal/wiki/my_new_subpage?parent_page=Views
That form could look the same as currently, but behind the scenes do
the renaming action.
Updated by Eraldo Girardi over 14 years ago
Alex Dergachev wrote:
+1
Here's one idea about how to do it: create a macro in redmine {{add_child_page}} that can
be embedded in the sidebar wiki page. (When 1.0 comes out). See #2010This macro will be expanded to a link with an onclick handler that
prompts the user to input a page name and press OK or Cancel.
CUT
This can be a problem to me (and my users) not using Textile. Macros don't work.
I'm using CKEditor thanks to a plugin by Akihiro Ono (see http://www.redmine.org/issues/617#note-34).
But I'm not so sure anyway... can CKEditor work with macros?
Updated by Seth Sandler over 13 years ago
Any updates on this? It would be nice to have a button and also to be able to set parent/child page during edit/creation.
Updated by Nick Tan over 11 years ago
this plugin redmine_create_wiki_page https://github.com/peplin/redmine_create_wiki_page work well for me on redmine 2.3.0
Updated by Dipan Mehta over 11 years ago
This plugin has an issue. When the project is closed - it produces Internal error 500!
While, it is true that many things should be done by plugins only - and if there are issues/bugs with plugins that also can be solved. However, an easy create link should rather be better done in the core!
Updated by Etienne Massip over 11 years ago
- Target version set to Candidate for next major release
Updated by Alex Dergachev over 11 years ago
FYI a year ago we threw together a prototype of a plugin for this workflow:
Updated by Matt Smith over 10 years ago
This is a major usability issue. I'm a senior programmer and I had to turn to google to figure out how to add a page?
Please, give this the attention it deserves.
Updated by Go MAEDA almost 9 years ago
- Related to Feature #15880: Consistent, global button/menu to add new content added
Updated by Go MAEDA almost 9 years ago
This issue will be resolved if #15880 is implemented.
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version changed from Candidate for next major release to 3.3.0
- Resolution set to Fixed
"New wiki page" added in r15346.
Updated by Jean-Philippe Lang over 8 years ago
- Subject changed from Simplify Wiki Page creation ("Add Page") to Simplify Wiki Page creation ("Add Page" link)
Updated by Go MAEDA over 8 years ago
- Has duplicate Feature #8357: create new wiki page from an additional "new"-link added