[ckan-dev] Announcing ckanext-fileedit

Ian Ward ian at excess.org
Sat Sep 24 19:16:57 UTC 2016


ckanext-fileedit is a really (really) simple extension that lets
sysadmins edit text files on the server through the CKAN admin panel.
It's got hooks for validating file contents before they are saved and
for running custom code after files are saved.

https://github.com/wardi/ckanext-fileedit

I'm using it now to allow direct editing of a scheming dataset schema,
but it could be used to allow editing controlled lists, templates or
any other text files you choose.

The editor is just a <textarea> and a submit button but that could be
swapped out with something fancier by overridding the
fileedit/edit.html template.

Ian



More information about the ckan-dev mailing list