I have a page with some live data. When I use the edit button it will always open with the wysiwyg editor (even if I set wiki to my default editor - what I don’t have usually). Is there a possibility to tell the edit buttons to use the wiki editor?
Bonus question: is there a possibility to include all hidden pages in the live data even when I don’t have “seeing hidden pages” activated?
About the editor: as I tried to write I want to use the wysiwyg editor on all other places, but not on that page with the livedata. But your first link you provided me made me recognize this:
If the Page is displayed by a Sheet (e.g., has an associated Object with a Sheet), then the Page is edited with the Inline form editor.
It is displayed by a sheet but I’m not interested in seeing the inline form editor. I want to edit the pure wiki content in the wiki editor. Can I do something on the sheet to force that?
That means that if you don’t specify anything, what is used is: queryFilters="currentlanguage,hidden".
And what it does is:
with those filters, the content is translated to the locale of the user and hidden pages are only displayed when Display hidden pages is set to Yes in the user preferences
So you just need to remove the hidden filter.
You cannot control that. It’s the user who decides what editor he/she wants to use.
If your page has an object which has a sheet binding then it’s going to be used. You can either: