James Smith
James Smith
The bug (if it is one) is that when it creates the model from the uploaded zipfile, it guesses at a sensible capitalisation (because often filenames are all lowercase) and...
This is an interesting one; image-only models certainly *should* be possible, and should pick up metadata just the same. I'll check it out, there could be something strange going on.
Good call! It will use the first image, or the first file. But, it should use the first *renderable* file as a fallback if there are no images. :+1:
The Kiri:Moto javascript slicer engine is another option: https://docs.grid.space/projects/kiri-moto/apis#javascript-slicer-engine
#3330 is an issue for slicing and printing within Manyfold itself. I've added Kiri:Moto to the list above, because we can probably link straight to the hosted version as well,...
Rails' ActionText might be able to do this easily. Otherwise there are some good WYSIWIG markdown editors out there that are easy enough to integrate.
ActionText is overkill, TinyMCE will do the job - https://github.com/spohlenz/tinymce-rails is a handy gem that integrates and configures it simply.
Except TinyMCE has gone to a GPL + commercial license, which would expose Manyfold instances to potential license breaches under the commercial license. So, not that.
Maybe overkill is the wrong word, but it adds another database table for the rich text content, and I'd need to replace the existing field. So, bigger code change. I'm...
Aha! https://github.com/Ionaru/easy-markdown-editor is what I used before.