1# Widearea Plugin for DokuWiki
2
3
4This plugin uses the [WideArea JavaScript and CSS library](https://github.com/usablica/widearea)
5 to add an expanded text edit field in the DokuWiki editor. You can see a demo
6 [here](https://usablica.github.io/widearea/). Once you install this plugin, you
7 will get a faded gray `X` in the top right of the edit field.
8
9**NOTE: I (issmirnov) am not the original author nor claim to be. I am taking
10ownership of this repo because it seems the author has abandoned it. If the
11author wishes to resume work on it, or someone else wishes to maintain it
12feel free to reach out.**
13
14All documentation for this plugin can be found at
15[https://www.dokuwiki.org/plugin:widearea](https://www.dokuwiki.org/plugin:widearea)
16
17Please refer to [http://www.dokuwiki.org/plugins](http://www.dokuwiki.org/plugins)
18 for additional info on how to install plugins in DokuWiki.
19
20----
21Copyright (C) Matthias Schulte <dokuwiki@lupo49.de>
22
23This program is free software; you can redistribute it and/or modify
24it under the terms of the GNU General Public License as published by
25the Free Software Foundation; version 2 of the License
26
27This program is distributed in the hope that it will be useful,
28but WITHOUT ANY WARRANTY; without even the implied warranty of
29MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30GNU General Public License for more details.
31
32See the COPYING file in your DokuWiki folder for details
33