-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for multiline text #3
Comments
👍 |
+1 for this. Any news on this feature? |
We are using this plugin on a client's site and have just realised this shortfall. Would be great to have this implemented. Any update on this? |
Also, the ability to have rich formatted text so that we could bold, italicize or even link to other entries. |
If you're okay with ALL of your table cells being multiline (so you don't need per-field settings or per-column settings), then this is very easy to do. Just change the word 'singleline' to 'multiline' in a few places in the plugin code. See diff here: jordanlev@afa662b |
+1 for multi line and rich text editor. My client wants to add paragraphs with bullets and bold - italic styles. |
I currently have hacked in multiline support from the changes made by jordanlev@afa662b in an older PR via a fork of the original tablemaker plugin. It would be good to support multiline in a more robust way though. |
Yeah multiline would enable rich text by allowing editors to write markdown which would improve the functionality here a lot. |
@belkin Interesting approach, the issue is markdown isn't really editor friendly and more likely to be something developers know and use. You can hack in multiline support. I have done this with the Craft CMS 2 and 3 version, you can also do it with the Craft 4 version, but it probably needs to be done properly via the fieldtype itself. |
For example I think we want to be able to return in normal text cells
The text was updated successfully, but these errors were encountered: