HTML code editors removes code!
- This topic has 7 replies, 3 voices, and was last updated 1 year, 3 months ago by .
- AuthorPosts
- November 16, 2019 at 6:12 pm#767
RKR
I noticed that some code is not saved. For instance <style></style> will not ba saved.
I tried adding <p>test</p> and that was saved just fine.
November 16, 2019 at 6:27 pm#768RKR
Okay, <span class=”tagcolor”><</span>link<span class=”attributecolor”> rel<span class=”attributevaluecolor”>=”stylesheet”</span> type<span class=”attributevaluecolor”>=”text/css”</span> href<span class=”attributevaluecolor”>=”mystyle.css”</span></span><span class=”tagcolor”>> won’t get saved neither!</span>
November 16, 2019 at 6:30 pm#769RKR
Sorry, I can’t add the code that it won’t save it seems that this forum too has bugs.
November 17, 2019 at 5:38 pm#776Tomasz Dziuda
ModeratorHi,
I suppose that your issue is caused by fact that TinyMCE editor removes some tags.
You can try to override editor config: https://getpublii.com/dev/how-to-add-custom-config-or-js-for-post-editor/
You should use something like this:
`{
extended_valid_elements: ‘*[*]’
}`--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!November 20, 2019 at 7:02 pm#800enslaved2die
I have a similar issue, I want to use the google model viewer.
I dont have a clue how to properly use the editor overide config.
Can you provide more examples?
This is how my tinymce.override.json looks like:
`{
extended_valid_elements : “model-viewer[class|src|ios-src|background-color|alt|camera-controls|auto-rotate]”
}`November 21, 2019 at 10:50 am#804Tomasz Dziuda
Moderator@enslaved2die – I have provide you an example:
`{
extended_valid_elements: ‘*[*]’
}`It will allow any element – if you will override the extended_valid_elements as you wrote, you will broke other tags which are defined by default by Publii.
--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!November 21, 2019 at 10:51 am#805Tomasz Dziuda
ModeratorAlternatively – extend this list: https://github.com/GetPublii/Publii/blob/master/app/src/components/configs/postEditor.config.js#L9
But then you will have to update it with every Publii update.
--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!November 29, 2019 at 8:09 pm#894enslaved2die
I cant get it to work. I dont know what Im doing wrong here.
My theme is actually public on github. Is there a chance that someone of the Publii team can look into it it tells me what Im doing wrong here?
- AuthorPosts
- You must be logged in to reply to this topic.