文件名称:quill-delta-parser:一个PHP库,用于将Quill WYSIWYG Delta解析并呈现为HTML-Flexibel可扩展用于自定义元素
文件大小:58KB
文件格式:ZIP
更新时间:2024-05-26 17:26:44
html php parser quill delta
将Delta插入HTML解析器 一个PHP库,用于将编辑器解析为灵活且可扩展用于自定义元素。 每个元素都通过相同的机制进行解析,这使得扩展和理解变得容易。 什么是鹅毛笔? Quill是为现代Web构建的免费,开源WYSIWYG编辑器。 凭借其模块化架构和富有表现力的API,它可以完全自定义以适应任何需求。 安装 该软件包仅可通过composer获得: composer require nadar/quill-delta-parser 用法 // ensure to load the autoload file from composer somehwere in your application require __DIR__ . '/vendor/autoload.php' ; // create the lexer object with your given quill json
【文件预览】:
quill-delta-parser-master
----docker()
--------site.conf(518B)
----.github()
--------FUNDING.yml(61B)
--------ISSUE_TEMPLATE()
--------workflows()
----output.php(3KB)
----src()
--------Listener.php(2KB)
--------Line.php(15KB)
--------BlockListener.php(4KB)
--------Pick.php(2KB)
--------listener()
--------Debug.php(4KB)
--------Lexer.php(13KB)
--------InlineListener.php(1KB)
----LICENSE.md(1KB)
----README.md(5KB)
----actions.phpunit.xml(821B)
----docker-compose.yml(252B)
----tests()
--------ListenerTest.php(820B)
--------LinkWrapperOverrideTest.php(533B)
--------HeadingListenerTest.php(391B)
--------HeadingContentTest.php(511B)
--------PrependInlineIndexTest.php(435B)
--------ListBlockTest.php(2KB)
--------TextAttributesNoColorTest.php(1KB)
--------TextInjectionListsTest.php(630B)
--------BlockquoteContentTest.php(537B)
--------BoldContentTest.php(639B)
--------TextInjectionTest.php(2KB)
--------ListEndingTest.php(1KB)
--------FontAttributeTest.php(542B)
--------AlignInjectionTest.php(513B)
--------EndOfNewlineTest.php(238B)
--------ParserTest.php(12KB)
--------TextInjectionNestedTest.php(587B)
--------ListDeltaTest.php(775B)
--------LexerTest.php(2KB)
--------ScriptInjectionTest.php(507B)
--------TextInjectionHeadingTest.php(533B)
--------BlockquoteListenerTest.php(429B)
--------DeltaTestCase.php(576B)
--------TextInjectionFlagsTest.php(742B)
--------AlignContentTest.php(3KB)
--------ComplexDeltaTest.php(646B)
--------TextAttributesTest.php(1KB)
--------TextInjectionEnabledTest.php(681B)
--------MentionTest.php(632B)
--------InlinePrependOrderTest.php(324B)
--------Mention3Test.php(620B)
--------LineTest.php(2KB)
--------AttributeTextTest.php(513B)
--------Mention2Test.php(623B)
--------ListSingleBulletsTest.php(1KB)
----.gitignore(7B)
----CHANGELOG.md(4KB)
----composer.json(530B)
----UPGRADE.md(619B)