You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm thinking of a workflow that involves people adding embed codes in github pages, is that possible?
What should I manually patch to allow ckeditor to insert html directly?
Thanks.
The text was updated successfully, but these errors were encountered:
I don't understand how you want to use GitHub pages, but you can insert HTML as follows:
If you use the standard editor, it should be enough to set ckanext.pages.allow_html = True, which will allow you to embed HTML in your Markdown page texts (Markdown syntax will still be converted).
AFAIK, the WYSIWYG editors in ckanext-pages currently are not set up to support direct HTML editing. For CKEditor there was the PR #48, but it was closed by the author before it could be merged.
Is great about the PR! It seems to do exactly what I want... so maybe we can create a new one so we can merge it?
BTW: I think I mean Ckan pages and my mind got confused.
Hello, I'm thinking of a workflow that involves people adding embed codes in github pages, is that possible?
What should I manually patch to allow ckeditor to insert html directly?
Thanks.
The text was updated successfully, but these errors were encountered: