WebScribe : Write, Edit, Create – All in Your Browser! #2619
+331
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of the change:
The project involves creating a web-based text editor named "WebScribe" that allows users to write, edit, and format documents directly in their browser. This change adds the ability for users to align text to the left, center, or right within the editor, as well as create lists with bullet points, numbers, and stars. The alignment options and list features enhance the text formatting capabilities, making the editor more versatile and user-friendly.
Motivation and Context:
The addition of text alignment and list creation features is motivated by the need to provide a more comprehensive text editing experience. These features are standard in text editors and are essential for users who want to create well-structured and visually appealing documents. The changes were made to improve the overall functionality of the "WebScribe" editor and meet user expectations for text formatting.
Dependencies:
There are no new external dependencies introduced with this change. The existing libraries such as html2canvas and jspdf are used for exporting content as images and PDFs.
Fixes: #2616
Type of change
New feature (non-breaking change which adds functionality)
Bug fix (non-breaking change which fixes an issue)
Breaking change (fix or feature that would cause existing functionality to not work as expected)
This change requires a documentation update
Checklist:
I have made this from my own
I have taken help from some online resources
My code follows the style guidelines of this project
I have performed a self-review of my own code
I have commented my code, particularly in hard-to-understand areas
I have made corresponding changes to the documentation
My changes generate no new warnings
Attach Screenshots / Deployment Link