Skip to content

Commit

Permalink
docs: include column layout plugin in the list
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Sep 27, 2024
1 parent c0dac88 commit 296b4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ It uses NPM to build and publish (PNPM is not used due to a bug).
- for demos project, update version number for `svelte-lexical` dependency in `package.json` (find and replace)
- run `pnpm i`
- build all projects
- commit changes
- commit and push changes
- create a tag in GitHub
- add release notes
- it will automatically trigger GitHub action for creating a package
Expand Down
1 change: 1 addition & 0 deletions docs/plugins/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
| Hashtag | Formatting for tags that begin with `#` | HashtagPlugin | |
| [Markdown Shortcut](MarkdownShortcut.md) | Enable markdown shortcuts | MarkdownShortcutPlugin | Depends on the transformers used |
| Tree View | Shows developer tools | TreeViewPlugin | |
| Column Layout | Arrange content in horizontally in columns | ColumnLayoutPlugin | |

0 comments on commit 296b4f8

Please sign in to comment.