Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
vuetify-components vuetify-components
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • KiraRock
    • FFrontend
  • Plugins
  • vuetify-componentsvuetify-components
  • Issues
  • #3

Closed
Open
Created Feb 06, 2025 by Вадим Дудник @vadim.dudnikMaintainer

Парс картинок в текстовом редакторе

По дефолту image расширение для TipTap не парсит картинки, которые лежат внутри блочных элементов (будь то p или div), т.е например такое он спарсить не может <p><img src=""></p>. Для того, чтобы смог, нужно в image отдать параметр inline = true

useEditor({
  extensions: [
    ImageExtension.configure({
      inline: true
    })
  ]
})
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking