also tag 'patch/core', considering that over half of the changes are there
[ikiwiki] / doc / todo / attachments.mdwn
1 Stuff the [[plugins/attachment]] plugin is currently missing, that might be
2 nice to add:
3
4 * Add a progress bar for attachment uploads (needs AJAX stuff..)
5 * Maybe optimise the "Insert Links" button with javascript, so, if
6   javascript is available, the link is inserted at the current cursor
7   position in the page edit form, without actually reposting the form.
8   (Falling back to the current reposting of the form if javascript is not
9   available of course.)
10 * An option to not `rcs_add` new attachments, but just write them to the
11   srcdir. This would allow the admin to review them, and manually
12   add/delete them before they bloat history.
13
14 > I'd be inclined to implement that one by writing them to a nominated
15 > underlay, I think, rather than having them in the srcdir but not in
16 > the VCS. My [[plugins/contrib/album]] plugin could benefit from this
17 > functionality, although in that case the photos should probably just
18 > stay in the underlay forever (I already use an underlay on my own
19 > websites for photos and software releases, which are too big to want
20 > them in the VCS permanently.) --[[smcv]]
21
22 [[!tag wishlist]]