change default content type of new tiddler to text/x-htmlp
38 views
Skip to first unread message
Sid
unread,
Feb 6, 2020, 10:58:09 AM2/6/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Hello,
I am using bjtool's visual editor (ckeditor). I have to change the type of a tiddler to 'text/x-htmlp' to be able to use ckeditor instead of default wiki markup text editor. Is there a way to change the 'type' property (content type) of new tiddlers to 'text/x-htmlp' so that all new tiddlers open with ckeditor?
Thanks,
Sid
Birthe C
unread,
Feb 6, 2020, 7:00:10 PM2/6/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Make a button to create new tiddler
<$button> <$action-sendmessage $message="tm-new-tiddler" title="This is newly created tiddler" type="text/x-htmlp"/> New visual tiddler </$button>