X Code
7fbda46988
Copy image with its style
3 years ago
X Code
a4b6641b57
Support resizing image
3 years ago
X Code
3c7fcb3c66
Add comments
3 years ago
li3317
ab4e47435d
fix paste style newline
3 years ago
li3317
3a9630421e
add paste style
3 years ago
li3317
9ab557b8d2
fix getPlainText()
3 years ago
li3317
4970a3b091
change toPlainText to exclude image
3 years ago
X Code
7437c920c3
Fix getPlainText
3 years ago
X Code
c5bba0071a
Fix collectAllIndividualStyles
3 years ago
X Code
b928723b79
Revert "Revert "collectAllIndividualStyles uses offset instead of length""
...
This reverts commit d298ca4974
.
3 years ago
X Code
d298ca4974
Revert "collectAllIndividualStyles uses offset instead of length"
...
This reverts commit 2e06a21cba
.
3 years ago
X Code
2e06a21cba
collectAllIndividualStyles uses offset instead of length
3 years ago
X Code
ef7d17f2d8
Add getPlainText method
3 years ago
X Code
b39ee617d5
Fix collectAllIndividualStyles
3 years ago
X Code
15a86e24cd
Update collectAllIndividualStyles
3 years ago
li3317
cd035d008e
add collectAllIndividualStyle
3 years ago
X Code
7d28c47381
Add comments
3 years ago
X Code
98c25d0b10
Upgrade to 3.5.2
3 years ago
X Code
d94c2a575e
Revert "Simplify Embeddable and remove BlockEmbed"
...
This reverts commit e450c61332
.
3 years ago
X Code
e450c61332
Simplify Embeddable and remove BlockEmbed
3 years ago
X Code
0cb120d08d
Code cleanup
3 years ago
X Code
193dd68ccc
Revert "Implements StyledNode"
...
This reverts commit dfa623a4fd
.
3 years ago
X Code
dfa623a4fd
Implements StyledNode
3 years ago
Aldy J
97ba9cfb39
Text Alignment functions + Block Format standards ( #382 )
...
* Mute problem reports
* For PR: Text Alignment functions + Block Format standards
* Restore analysis_options.yaml to original settings
4 years ago
Xin Yao
6aaf351277
Update text_line for handling Embed
4 years ago
Xin Yao
3d6e259078
Upgrade to 1.6.4
4 years ago
Xin Yao
dad5c676cb
collectAllStyles should return List<Style>
4 years ago
Xin Yao
bbabf4e25d
Refactor code for collectAllStyles
4 years ago
li3317
6751472a55
fix clear format button
4 years ago
Till Friebe
d4e4b0d507
Hide implementation files ( #233 )
4 years ago
Xin Yao
ca9a13b150
Update Line _format method
4 years ago
Xin Yao
900d0f2489
Fix: Indented position not holding while editing
4 years ago
Xin Yao
df602cfa9b
Format code
4 years ago
Xin Yao
bc5eb86a8f
Indent attribute is consider block but may have null value
4 years ago
Till Friebe
8c663ad9f5
Add comments from Zefyr to nodes folder
...
Since quite a lot of code was taken from Zefyr, the license should
be changed to BSD to meet the requirements of Zefyr.
4 years ago
Till Friebe
5bab918860
Prefer interpolation to compose strings
...
Using interpolation when composing strings and values is usually
easier to write and read than concatenation.
4 years ago
Till Friebe
78594aa266
Cascade invocations
...
Use the cascading style when succesively invoking methods on the
same reference.
4 years ago
Till Friebe
bc494bc50f
Prefer final
...
Declaring variables as final when possible is a good practice
because it helps avoid accidental reassignments and allows the
compiler to do optimizations.
4 years ago
Till Friebe
31ec14c114
Prefer relative imports
...
This streamlines our imports.
4 years ago
Xin Yao
718912bc29
Clear hints
4 years ago
Miller Adulu
c593026fd9
Sound null safety migration ( #87 )
...
* Upgrade upgradable packages
* Apply default null-safety migrations
* Remove hashnode as a dependency and localize its functionality to the package.
Maintenance was done long time ago hence no need to wait for the update
* Localize ui package to reduce maintenance burdens
* Replace universal html with dart:html
* Remove unnecessary checks
* Fix formatting
* Migrate app to null safety
* Enable methods to be nullable
* Fix non-nullable issue with node methods
* Cast as Node
* Use universal html
* Use universal html package to bring in the ImageElement class
* Remove unused imports
* Fix imports on the editor file
* Add key to quill editor
* Remove final from the GlobalKey
* Remove final on GlobalKey
* Remove custom util implementation in favor of quiver
* Fix issue with null on token attrivute
* Remove final hashcode that is replaced by quiver functionality
* Fix merge request
* Fix hit test position in text_line.dart
* Fix null safety errors on text_selection.dart
* Fix sound null safe errors in toolbar.dart
* Import null safe file picker
4 years ago
Xin Yao
9211afc479
Remove quill_delta dependency
4 years ago
singerdmx
530a494e9e
Make attribute value final
4 years ago
singerdmx
318d1b0962
Update attribute value to be private
4 years ago
singerdmx
e724466590
Fix line retain
4 years ago
singerdmx
0d203b3fd0
Fix delete button not working
4 years ago
singerdmx
f5a1a61938
Add delegate and controller
4 years ago
singerdmx
37fc173dde
Add default styles and text line
4 years ago
singerdmx
85537417ff
Add document class
4 years ago
singerdmx
5373dc69bd
Add embed and update nodes
4 years ago