Skip to content

Commit

Permalink
feat: add usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdchan committed Nov 25, 2023
1 parent d0937c3 commit f15b7ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/blocky-example/app/readme.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
export const ReadMeContent = `
<p>Blocky Editor is an editor which supports the concept of blocks. It can help you to build an editor like Notion. It's tiny, fast and extensible. You can extend it with blocks.</p>
<h2>Usage</h2>
<ul>
<li>Click on the text to input content</li>
<li>Type <code>\/</code> to trigger command panel</li>

Check failure on line 6 in packages/blocky-example/app/readme.ts

View workflow job for this annotation

GitHub Actions / build (18.x)

Unnecessary escape character: \/
<li>Type <code>@</code> to trigger mention panel</li>
<li>Drag the handle to re-order the blocks</li>
</ul>
<h2>Why?</h2>
<p>
The main goal of this project is to provide an editor which is small and fast enough to be embedded in Notion-like apps.
Expand Down

0 comments on commit f15b7ba

Please sign in to comment.