Zioth
Zioth
Someone gave me a UTF32 CSV exported from Excel. The export included lots of embedded nulls, which are normal in UTF32, but which PapaParse didn't strip out. It also had...
p_get_metadata uses slow php serialization. If it's called many times on a page for different ids, it can add a significant amount of time to page load (seconds in my...
`linkwiz.js:init` bcreates the link wizard as soon as the editor is initialized, based on the `jQuery.position()` of a passed-in object. This introduces a couple problems: 1) If the window is...
It should be easy to allow multiple entries per page. Since I'm not a developer on this project, I'll just tell you how. 1) Allow a special data element that...
A large menu loads very slowly because there are so many images. While it's loading, it's too tall, and then it collapses down. Two things can be done to fix...
fastwiki (https://www.dokuwiki.org/plugin:fastwiki) switches to edit mode without reloading the page, so codemirror doesn't work when it's installed. Several people have wanted to use the two plugins side-by-side (see https://github.com/zioth/dokuwiki_fastwiki/issues/18). I'm...