-
-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove toolbar from the alpha editor #1028
Comments
@John-Paul-Larkin |
Absolutely @Aditya-PS-05 |
HI @Aditya-PS-05, |
Hi @John-Paul-Larkin, I am happy to take this issue
Should the below be removed as they are not currently in the tooltip and slash menu:
|
Awesome Micael. I will assign you!
The code for the above functionality can stay, we will implement them later. On the other hand
Can be safely removed. |
Context
As part of "Meta issue : Editor #1022" we need to remove the editor toolbar.
We want to keep the interface as uncomplicated as possible, so we only include the features which are most important.
With this in mind, all editing features will be accessed through the slash menu and/or the tooltip.
Expected Behavior
When removing the toolbar component.
You should also remove the code for these unused features:
Strikethrough
Codeblock - icon is <> in a square. - We should keep the code tags(which is just <>)
Left align
Center align
Right align
Exponent - x²
Subscript - x₀
Table
All features on the slash menu should stay.
Slash menu :
Specifically :
Text / Heading / Subheading / Quote / Code snippet / Bullet list / Numbered list
Screenshots
This is the toolbar:
Additional info
The alpha editor can be found at :
app>(app)>alpha>new
Any questions feel free to ask.
The text was updated successfully, but these errors were encountered: