Good day there,
As topic, I hope to get rid of my Wordpress and I am doing a Proof of Concept to see if it is possible with Plasmic. Based on my research so far, I am seeing Plasmic actually does provide a CMS Data as Database and also CMS Data Loader inside the Plasmic Studio.
Here are my questions (Please correct me if I am wrong or better suggest me if there are any better solution)
-
I have created a Workspace CMS, and have entered some contents, based on the data type, I am wondering is there a data type as List of String, so that I may enter several keywords as tag, and also data type as
Reference / Foreign Key to another Table
, so that for example I may create a Category table and refer this post to a particular Category -
I really hope for a clean wysiwyg editor for the content of the post, the closest data type what I am using is
Rich-Text
, but it is not supported with Image Upload or any other basic feature, just wondering do your guys have any plan to improve this wysiwyg editor.
-
Upon the entry creation, for instance, I have created 2 posts with 2 slugs,
/first-post
&/second-post
, how would you recommend me to create a Page Template and display those Title & Contents like Wordpress ?
would you recommend me to create a Project, then inside the Project, name the Page Name same as the Slug I have created, then use the CMS Data Loader to load CMS Data accordingly
or would it be easier to create those pages slug with codegen (not too sure about codegen) or any other alternative please ?