プラグイン

プラグイン line with $renderer→doc .= $data[0]. For the rest, follow the steps in the tutorial :). — Christopher Smith 2005-09-30 15:57 » Are you sure about conf/entities.conf? A quick test suggests that, at least in the July releases, that file has no effect. Has that been fixed in the latest release? »> “&” and “#” seem to have no effect “%nbsp;” will work. It may be worth filing a bug report for “&” and “#” not working in conf/entities.conf. — Christopher Smith 2005-10-02 11:02 —- * a plugin to move / rename pages : a button to rename current page and change backlinks would come in handy when you can't give shell access to your users. nodens 2005-10-18 11:06 > Look at the pagemove plugin. — Guy Brand 2006-01-31 00:03 —- * A plugin to specify which template the page should use. This would be useful for setting a style for an entire namespace. > This isn't possible due to the way plugins are set up. The template is already half-way through before the wiki page is output. Given the current Dokuwiki structure this would need to be handled as part of the template itself. You may be better off placing your request on templatesChristopher Smith 2005-10-22 11:16 —- * A plugin to send & receive trackbacks : a trackback box between a page and the bottom menu or attaching the trackback message to the bottom of each page. ex) wiki trackback sandbox on circle.ch/wiki. Is it Web2.0. Jei Lee 2005-10-25 10:8 —- * A plugin to show the index of a namespace, like it is done in the Namespaceindex tip but to be used within an existing page. Something like “<index NAMESPACE />”. Federico Pelloni 2005-11-04 17:11 CET > Try my indexmenuSamuele Tognini 2006-03-24 12:55 —- * A plugin to show some sort of map system. Borrow API from Google maps? Look at the Google Maps pluginReinhold Kainhofer 2006-08-29 12:13 * A plugin to update dokuwiki (with checksum validation) * A plugin where the user can choose his favorite template * An internal non-wiki file (zip, pdf, etc.) linker with relative path detection. I've found it in here. —- * A plugin to use DokuWiki as a CVS server/client (for OpenSource web developpment). — sidarus 2005-12-29 21:45 —- It would be very helpful to plugin users if there was a date column in the tables for the different plugins that would indicate the date of the last update or original checkin of the plugin. This would make it easier to update/select plugins to be used in a particular environment —- * A plugin that emulates the interwiki linking style, but uses anidb.info and animenewsnetwork pages (numbered files). — 3pyon 2006-01-02 23:30 —- I've been looking for a plugin so that a link or button opens up a telnet session. i.e. in the same way that an external link can open up a new web page IE or Firefox, it would be useful to be able to open up a telnet on to a device. Not sure if this is possible via a different method? I'm using DokuWiki for an internal support page and opening up telnet pages from the Wiki would be great. Rob 2006-01-04 This is already included in DokuWiki. Just use telnet://somehost and it'll be autolinked. — Gonzalo García —- Nice feature the _template.txt added lately in dokuwiki… but how can an admin edit it whitout an ftp client and an editor? Wouldn't it be easier to edit it directly in the dokuwiki editor? (or is it already possible?)
So here is the desired plugin: Admin plugin to edit the _template.txt file in a namespace
— Stephane Chamberland 2006-01-05 > No, it's not possible but you can allow it to admins with two lines of code change. Open
inc/pageutils.php and look for the function cleanID(). At the beginning, introduce global $INFO; then replace about line 98 (the one with trim() with the following: <code> $id = ($INFO['perm'] == 255 ? trim($id,':.-') : trim($id,':.-'));</code>. Now you can edit the 名前空間テンプレート by calling ?id=_template&do=edit. — Esther Brunner 2006-01-05 22:33 ——- Any idea of how to display a “source code tree” that can be edited to add comment, hilighted to make code structure even more appearent and folded to show only subset of the tree?
I've tried with 3 nice plugins: lists, boxes and folded… unfortunately without success.
Anyone would be willing to code some plugin to do this? Or simply to suggest a syntax and ideas on how to do it (a good start would be the above mensioned plugin I guess… but they cannot be easely nested and are not working together – correct me if I'm wrong). Thanks!
— Stephane Chamberland 2006-01-05 —- I'd like to see an easier way to redirect from one page to another. Something like %%other_page%% or even a special button to set up a redirect. Writing the HTML to do it isn't hard, but it seems like such a hack, and requires that html interpreting is turned on. It also isn't simple for novice html users to understand.
Payton 2006-01-13 —- A plugin that allows a user to change his password. Thomas Sturm 2006-01-18 16:31 If the auth module supports it, there is an “Update Profile” button at the bottom of each page, where you can change your email and your password. — Reinhold Kainhofer 2006-08-29 12:13 —- A simple comment plugin to add comments to a wiki page. <code> <comment NAME>This is a comment</comment> </code> Would insert the following into the wiki page: NAME: This is a comment Mike 2006-01-30 —- Email This Page and addressbook? I listed an 'email this page' button as an enhancement request- perhaps there could also be an addressbook populated by people with ACL accounts. User would check recipients and enter a text message, php would send email notice. (I should clarify: it doesn't email the whole page, just a link to it.) At my company I am trying to get people to use the wiki instead of email to discuss project development. Below is the concept for a simple email this page button, with no address book. Both approaches, addressbook vs native mail client, seem to have advantages. An 'email this page' button would would help collaboration by ensuring contributors that their edits are seen by people from whom they want comments. Since it would send the notice from the users email client, the user would have a record of the notification. Even though it is easy to copy and paste a url into an email, as we are painfully aware not everyone seems to be able to do this, nor would it occur to them. A button would both suggest the possibility and make it idiot-proof to do. It would also be a workaround for the problem of people not subscribing to pages because they don't want to be “spammed” by small changes. This would be the way to alert them. The button would invoke the users email client and fill in appropriate fields. Unlike the automated notices, “From” would be the users address. The subject line would show the automated statement of change. The message body would contain the automated change info including the direct link to the page. The user could add any additional message text. Thanks Chris
Yeager Burlington, MA USA cyeager@ansoft.com —- Task (i.e.: workflow) plugin It would be really nice to have a workflow plugin for DokuWiki. I would like to be able to create work items that would have a click box to assign a task to a logged in user and then also to be able to complete the order. 2006-02-16 josh.fuller@telus.com —- Dynamic Task List plugin Ability to have to-do lists and task lists in DokuWiki such as you can find in Confluence and others. 2006-02-22 loopy@videotron.ca > Following on from the above two/three posts, I'm currently looking to not only having a dynamic task list (which would also include a set date for completion and automatically emailed reminders) but also to be able to link this task list to say something like 'Tasks' in Outlook. Currently my work PC uses Outlook and as I have other items to complete outside of where my DokuWiki page resides, this would act as one collection point. It would also be of benefit for those users with multiple Wiki sites. If anyone has looked at this in the last four months, please contact me. 2006-07-03 a.pratley@gec.org.au —- Replacing order of template's css joining To: DokuWiki's developers There is no chance now to correct plugin's css from template's one. This is because of proccessing order in /lib/exe/css.php, so i suggest to place line <code>if (isset($tplstyles['screen'])) $files = arraymerge($files, $tplstyles['screen']);</code>directly before <code>$files[DOKUCONF.'userstyle.css'] =
;</code> (and for print mode the same). That will allow to redefine styles declared in plugin's css (for example box plugin) — Alex V.Musienko 2006-03-07 03:12


Captcha-like feature

Since CAPTCHA is hard to implement (see below), I will be pleased by a workaround like: define an alphanumeric string, and user must type it in an input box, but either case-reverted, rtl, or both. EX: Text is k9F:g6d;REzA

Length and character classes should be configurable. Robots on Dokuwiki are not so hard to cheat, I think.They are not as evolved as those for Yahoo, MSN, etc.. 2006-03-07 dw-plugin-captcha@mmichel.freesurf.fr


Wiki - Book

I'd like a plugin that allows one to create an online book out of wiki pages
It would generate a navigation bar with next/prev/up-level so that you can move through the pages
The wiki pages which make up the book would be listed in a master wiki page for the book, with the pages indented to various degrees, making a tree structure
It would look something like a table of contents, with levels being something like book→part→section→chapter→sub-section→page or maybe allow flexibility on the levels
While you are viewing a page in the book, you would not see the table of contents, just a navigation bar

Wiki pages would themselves not necessarily 'belong' to the book, they could be used in multiple books
They would not reference the book or the table of contents, but the table of contents would reference them
Thus the nav bar needs to be separate from the contents of the page being viewed
(nav bar is a rendering of table of contents; page viewed is rendering of current page)
Rearranging the book pages is as simple as editing the table of contents page, no changes to other pages are required

If you have a large wiki with lots of interesting pages, different users could each create their own 'books' which could be as simple as recommended trails through the overall wiki
If you like, this plugin could be called 'trail' rather than book
A book should be able to reference any page, in any namespace, but could perhaps default to the namespace of the book
In an ideal world, a search function should be possible which only searches pages in a given book, as opposed to entire wiki or a namespace

jimwnet@yahoo.com 2006-03-19 11:00


Wiki - Poll I'd like a way to add a poll to a page to take votes for predefined items. Once a user has voted, they are not allowed to vote again (either by authenticating by IP address, username, or whatever). There should also be a way to graphically display the results after the user has voted. Look at the Poll plugin. — Reinhold Kainhofer 2006-08-29 12:13


Wiki - User-Tracking

I'd like to track my users by creating a log-file which tells me where he/she has been and how long he/she stayed there. a_m_a_r_y@hotmail.de 2006-05-03

You also might have a look at the [[http://wiki.gammaproduction.de/english/dokuwiki/plugins/tracker|Anormal Tracker Plugin]]. It does not save the stats in wiki or a logfile but you can handle them via the [[http://anormal-tracker.de|anormal tracker]].

-

Gerry Weißbach 2006-08-01 11:58


Wiki - Forms

I'd like to save the entries a user made in html-Forms included in Wiki. a_m_a_r_y@hotmail.de 2006-05-03

Done? Both [[plugin:incl_form]] and [[plugin:phpinc]] allow you to safely include PHP.

kite@puzzlers.org 2006/10/9

—-

Wiki - Enhanced Media Page Control

I'd like to have a more sophisticated Media page that only attempted to display a configureable range (10, 20, 30, etc) of media at once. Even better would be if graphical media were automatically resized into thumbnails using ImageMagick and the media page only displayed those thumbnails. My wiki has going on hundreds of large image files and it's a serious problem whenever I want to insert images into pages as it's essentially impossible to browse with so many images and it is a HUGE list that makes it troublesome to upload more files. I've considered adding namespaces just for the sole purpose of organizing my images better, but this seems like an inelegant solution.

cineris@gmail.com 2006-05-15


Wiki - Checkboxes

In order to generate software test documents, I would like to have functioning checkboxes, preferably ones that could be placed anywhere, including inside tables, inside folded blocks (with the folded plugin) or outlines (outliner plugin). It would be nice if there were two different kinds of checkbox: one kind in which the checkbox state is saved locally (eg in a cookie), and each checkbox acts as its own submit button; and a second kind where the checkbox state is saved with the page, which would likely require a separate submit button.

henry.olders@mcgill.ca 2006-06-01


User Pages

A plugin to implement template-based pages for each user. Added by default on the creation of a user in a namespace such as people:username. acl to grant full access to the particular user and read-only to others can also be created by default. Also a list of users and their pages to go along with it.

doku@vipulmathur.org 2006-06-25

Yes, I'd like this, too! -- //[[w.flamme@web.de|Werner Flamme]] 2006-10-12//

—-

HTML Conversion

While I'm aware of ways to convert HTML to DokuWiki, my users would find a toolbar button that automated this process rather handy. This site works particularly well.

siwek@nscl.msu.edu 2006-06-12


Phonetic

Word 2003 has an option to manually insert phonetics above specified words… I was wondering if it was possible to create a module or plugin for docuwiki that does the following for Koine-Greek: a) allows the user to upload a two column wordlist; first column source text, second column phonetic text. b) specify the fonts for the source and phonetic text. c) Have the docuwiki, automatically recognise the words from the source text on any text [as one types] and auto-insert and center the phonetic text ABOVE (and centred) over each (tagged) occurance…

An optional button to insert tags on selected text would be great also, not to mention unicode capability for the source text column, and the option to configure both language and fonts as per source text and phonetic output, if necessary Thanx a million…

Please contact keith (at) pm-intl (.) org Keith


wap-plugin

It would be a great extension for all handheld and smartphone users in order to access your dokuwiki-page from everywhere at any time.

taillefer@web.de 2006-06-27

As far as I know you can just enter the the URL into your handlheld / mobile and the pages will be shown, though without the nice style.

—-

“Draft” image plugin

How about a plugin that will display a transparent “Draft” image over the text on a page when certain tags are applied around the text? Take the tags away and the image disappears. dmoran@kcp.com 2006-07-06

I second this one. Very usefull for me – Jroeterd


Autonumbering plugin

A plugin that will insert auto-numbered elements. For example, %%<number eqn>%% would insert the next number in the //eqn// series. You could imagine other tokens (%%<number section last>%% would let you insert the last number from a series, etc. This could be based on the [[http://www.softius.net/samples/toc-and-auto-numbering/toc.js|javascript]] from this [[http://www.softius.net/archives/2006/04/19/table-of-contents-and-auto-numbering| Greek page]] (get it translated at the [[http://babelfish.altavista.com/babelfish/tr|Babel fish]]). The javascript also provides hierarchical numbering, using, e.g., the h1, h2, ... headings.

I've now got a little javascript to do the work, just not clever enough to make my own plugin. — Peter Barnes 2006-07-25 19:14


Author-System

What's about a Plugin with which comments have to be acceptet by an admin before they get public. — Sebastian 2006-07-10 17:40


Setting default link namespace for page

It would be nice to be able to change the default namespace for links on a page. For example, as it is now if you are creating a page people:Joe_Smith, a link on the page such as [[wizard]] will create a link to people:wizard. I would like to be able to set a flag that would make the link instead point to the root namespace or some other namespace.


mediawiki style tables

How about a plugin to enable dokuwiki to interpret tables formatted using mediawiki style table formatting, or a close facsimile of that style?

This is something I like to see (and use ;-)), too! //[[w.flamme@web.de|Werner Flamme]] 2006-10-12//

—-

Agenda

How about a plugin for 'special pages' that display a page like this:

07 2006
Su Mo Tu We Th Fr Sa
1
2 3 1) 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31

where the source for this page is (for example)

[agenda:200607]
[agenda:200607|0900] do something

If someone can code it or suggest me how to write some code… It would be very helpful for me LOL thank you

Sergio 2006-07-14 10:45

Check out [[http://wiki.splitbrain.org/plugin:gcalendar|gcalendar]]. Does something similar...

Shiva 2006-08-16 11:15


IPA

I need a plugin which enables users to add IPA (International Phonetic Alphabet) when they edit wiki pages. The behavior should be like using the button in the tool-bar when adding “Special Chars”. Anyone could help me? Thanks a lot.

Li Xiaolai 2006-08-31 20:22



—-

Advanced Tables

I seriousely cannot believe no one ever requested more advanced table syntax. How about something that looks more like MediaWiki's sytax?

{| border="1" cellspacing="0" cellpadding="5" align="center"
! Header
! align="left" | Cells
|- 
| align="right" | a
| align="center" valign="top" | table
|-
|}

As you can see you can use standard table parameters when creating the table and each cell. The |- command creates a new TR, a | creates a new TD, and if you use | [params] | content you can specify TD parameters (html standard). This permits advanced tables without the need for a dozen < html > and < /html > tags! I'll admit this lack of table customization is really getting on my nerves…
Eric Lachance 2006-10-10 01:50

I have put a [[doku>wiki:bounties|bounty]] on it already. Feel free to add :)\\

-

Shiva Shankar 2006-10-10 10:30


Presentation editor

I'd like to be able to make my very simple presentations with Dokuwiki, just like I do with Xwiki

Low Priority / Mis-Placed Requests

The following wishlist items probably cannot be implemented within the plugin framework, and are candidates to be moved to a different wishlist area of this site.

LDAP Authentication

I thing Dokuwiki is very good software. I am new in it and I like it! Is there someone who is interesting in writing LDAP Auhentication plugin for id? My name is Yovko Yovkov and my email is yyovkov@yyovkov.net.


I'd like to see a functional iCalendar plugin. There is one on the plugins page, but it doesn't seem that it's being updated anymore, and I've not been able to get it to work. --- //[[garyv@rochester.rr.com|Garyv]] 2006-08-21 21:52//

ACL for added syntax

Hello, is it possible to disable / enable syntax added by plug ins for a user or group of user ? that could be very usefull to permit only for admin to do some things like using php, using blog syntax etc. …

Mail form plugin

I was wondering about the absence of a very simple plugin I would appreciate very much: a form with “subject” and “body” (and eventually “your mail”) fields that allows users (even without write permissions) to send mail to a predefined (in the syntax of the page, I imagine) address.

I imagine something like that:

{{mailform>address_to_which_email@must_be.sent}}

Well, I also thought that if such plugin doesn't exists, maybe it's because the same thing can be done by simply embedding php. Since I don't know how to create the second page (the one that receives the form data and sends the email), I would be grateful if someone could link me an example of a such thing at work.

Pietro Battiston 2006-09-05

Both [[plugin:incl_form]] and [[plugin:phpinc]] allow you to safely include PHP forms. I have a form that sends emails using [[plugin:incl_form]] (which I wrote for that exact purpose).

kite@puzzlers.org 2006/10/9

Password Reminder System

I have a lot of users, and they all forget their passwords. Having a “Forgot your password?” link that emails the user their password, or resets the password to something new, would be very useful.

Peter Beckman 2006-09-09

Progress Bar

How about a way to insert a simple progress bar into a wiki node?

tekronis 2006-09-10

Template manager

Why isn't there a template manager to install tempates from an URL? Wouldn't it be extremely similar to the plugin manager?

Viktor 2006-10-18


Tables with edit and sort function

Hi,

I would really like a table which could be sorted by row/columns

For example:

NameSurnameAgeCategory
GoldDave 45 P
GoldLarry 16 C
BondJames 81 P
BushGeorge 54 C

I would like to sort this table vie pressing a key by name, surname, category and age. That would be very nice. Totally awesome would be a filter-function, in this special case “show only children (category C)”.

Table would look like that then:

NameSurnameAgeCategory
GoldLarry 16 C
BushGeorge 54 C

– Dansen, Oct. 27th 2K6, Dansen

I second this, or at least the sorting part. The filter part might be too complex.

If you use firefox you can try TableTools Extesion -http://www.mingyi.org/other/tabletools.html – Avi, Nov. 07th

1)
09:00 do something