Tiptap: Blockquote is not changing anything

Created on 27 Jul 2020  路  1Comment  路  Source: ueberdosis/tiptap

Describe the bug
Blockquote does nothing.

Steps to Reproduce / Codesandbox Example
Steps to reproduce the behavior:

  1. Select text
  2. Click blockquote from menu
  3. Nothing happens (in source code I can see it's enabled though, see screenshot below)

Expected behavior
When enabling (or having it already in initial content) blockquote I expect text to go little gray and have vertical line in front of it on the left.

Screenshots
image

Environment

  • OS: MacOS
  • Browser: Chrome
  • Version: "tiptap": "^1.29.1", "tiptap-extensions": "^1.31.1",
  • Mobile / Desktop: Desktop

Additional context
Add any other context about the problem here.

bug

Most helpful comment

As tiptap is a renderless editor component the styling is not part of tiptap, it's up to you.

Here ist the style used in the examples:
https://github.com/ueberdosis/tiptap/blob/5cb2bfeacc604150183b934b44b80bdc392a8da6/examples/assets/sass/editor.scss#L53-L62

Hope this helps.

>All comments

As tiptap is a renderless editor component the styling is not part of tiptap, it's up to you.

Here ist the style used in the examples:
https://github.com/ueberdosis/tiptap/blob/5cb2bfeacc604150183b934b44b80bdc392a8da6/examples/assets/sass/editor.scss#L53-L62

Hope this helps.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Auxxxxlx picture Auxxxxlx  路  3Comments

glavdir picture glavdir  路  3Comments

chrisjbrown picture chrisjbrown  路  3Comments

klaasgeldof picture klaasgeldof  路  3Comments

unikitty37 picture unikitty37  路  3Comments