mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 22:36:14 +08:00
move examples to own directory, add demo component to all example pages
This commit is contained in:
parent
f13212b362
commit
854a0382b6
@ -1,3 +1,3 @@
|
||||
# Basic
|
||||
|
||||
<demo name="Basic" />
|
||||
<demo name="Examples/Basic" />
|
@ -1 +1,3 @@
|
||||
# Collaboration
|
||||
|
||||
<demo name="Examples/Collaboration" />
|
@ -1 +1,3 @@
|
||||
# Drag Handle
|
||||
|
||||
<demo name="Examples/DragHandle" />
|
@ -1 +1,3 @@
|
||||
# Embeds
|
||||
|
||||
<demo name="Examples/Embeds" />
|
@ -1 +1,3 @@
|
||||
# Export HTML or JSON
|
||||
|
||||
<demo name="Examples/ExportHtmlOrJson" />
|
@ -1 +1,3 @@
|
||||
# Floating Menu
|
||||
|
||||
<demo name="Examples/FloatingMenu" />
|
@ -1,3 +1,3 @@
|
||||
# Focus
|
||||
|
||||
<demo name="Focus" highlight="18,43-46,48" />
|
||||
<demo name="Examples/Focus" highlight="18,43-46,48" />
|
@ -1 +1,3 @@
|
||||
# Hiding Menu Bar
|
||||
|
||||
<demo name="Examples/HidingMenuBar" />
|
@ -1 +1,3 @@
|
||||
# History
|
||||
|
||||
<demo name="Examples/History" />
|
@ -1 +1,3 @@
|
||||
# Images
|
||||
|
||||
<demo name="Examples/Images" />
|
@ -1 +1,3 @@
|
||||
# Links
|
||||
|
||||
<demo name="Examples/Links" />
|
@ -1 +1,3 @@
|
||||
# Markdown Shortcuts
|
||||
|
||||
<demo name="Examples/MarkdownShortcuts" />
|
@ -1 +1,3 @@
|
||||
# Menu Bubble
|
||||
|
||||
<demo name="Examples/MenuBubble" />
|
@ -1 +1,3 @@
|
||||
# Placeholder
|
||||
|
||||
<demo name="Examples/Placeholder" />
|
@ -1,3 +1,3 @@
|
||||
# Read-Only
|
||||
|
||||
<demo name="ReadOnly" highlight="3-6,22,28,40-46" />
|
||||
<demo name="Examples/ReadOnly" highlight="3-6,22,28,40-46" />
|
@ -1 +1,3 @@
|
||||
# Search and Replace
|
||||
|
||||
<demo name="Examples/SearchAndReplace" />
|
@ -1 +1,3 @@
|
||||
# Suggestions
|
||||
|
||||
<demo name="Examples/Suggestions" />
|
@ -1 +1,3 @@
|
||||
# Tables
|
||||
|
||||
<demo name="Examples/Tables" />
|
@ -1 +1,3 @@
|
||||
# Title
|
||||
|
||||
<demo name="Examples/Title" />
|
@ -1 +1,3 @@
|
||||
# Todo List
|
||||
|
||||
<demo name="Examples/TodoList" />
|
@ -1 +1,3 @@
|
||||
# Trailing Paragraph
|
||||
|
||||
<demo name="Examples/TrailingParagraph" />
|
Loading…
Reference in New Issue
Block a user