Open MSchmidt opened 4 months ago
That's really really cool! Are you also looking at including a Markdown-editor (with preview?).
Really like the folder syntax.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Not stale!
how would House (MD) fit into this?
House is not released yet, but I guess as trix alternative for the MD Parts it would work great. We'd need to expend it with an spina image picker though. This PR is only the preparation for that.
Context
I'm working on markdown support for Spina. To show images from the library I want them to be included with this easy syntax:
![Alt](foldername/imagename)
within the markdown.Changes proposed in this pull request
This scope on Attachable helps to fetch the right images based on that syntax.
Guidance to review
Right now Spina doesn't use this scope internally. So I can see how this might not be accepted at the time. Also it's still using
ILIKE
because that's what themain
branch does. Will change it once you merge the sql PR.