Skip to content

Commit

Permalink
Improve list styles with independent config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyersdev committed Sep 28, 2024
1 parent 77d58d9 commit c0c7769
Show file tree
Hide file tree
Showing 7 changed files with 453 additions and 172 deletions.
6 changes: 5 additions & 1 deletion examples/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@ window.ink = ink(document.getElementById('app')!, {
},
interface: {
images: true,
lists: true,
readonly: false,
spellcheck: true,
toolbar: true,
},
lists: {
bullet: false,
number: false,
task: false,
},
placeholder: 'Start typing...',
readability: true,
toolbar: {
Expand Down
Loading

0 comments on commit c0c7769

Please sign in to comment.