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
Right now, pages using WYSIWIG are encoded using html. This means they cannot be later modified using markdown.
It would be better if WYSIWIG generated markdown under the hood, and that markdown was used to render the pages. This would ensure a complete back and forth compatibility between the two edit modes and not restrict edit mode to the way the page was created.
Describe the benefits this feature would bring to BookStack users
Different users have different preferences for editing modes, and the fact that this selection blocks half the users whichever way is chosen is detrimental to the cooperation of the teams.
This change in implementation could be transparent for WYSIWYG users and benefit all.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like
Right now, pages using WYSIWIG are encoded using html. This means they cannot be later modified using markdown.
It would be better if WYSIWIG generated markdown under the hood, and that markdown was used to render the pages. This would ensure a complete back and forth compatibility between the two edit modes and not restrict edit mode to the way the page was created.
Describe the benefits this feature would bring to BookStack users
Different users have different preferences for editing modes, and the fact that this selection blocks half the users whichever way is chosen is detrimental to the cooperation of the teams.
This change in implementation could be transparent for WYSIWYG users and benefit all.
Additional context
No response
The text was updated successfully, but these errors were encountered: