RitePlain Extension for VS Code
RitePlain markup language support for Visual Studio Code.
Features
- Syntax highlighting for RitePlain markup
- Snippets for common RitePlain elements
- Commands for inserting RitePlain syntax elements
- Keyboard shortcuts for common operations
Syntax Elements
Headings
# Heading Level 1
## Heading Level 2
### Heading Level 3
Bold Text
[[Bold Text]]
Lists
Unordered list (bullet points):
* Item 1
* Item 2
** Nested Item
Ordered list (numbered):
. Item 1
. Item 2
.. Nested Item
Links
link:https://example.com
link:https://example.com[Link Text]
Images
image::slot-1
image::slot-1[Caption]
image::slot-1[Caption, size=small]
YouTube Videos
video::VIDEO_ID
video::VIDEO_ID[Caption]
Supplements (Notes)
|This is a supplemental note.
Horizontal Rule
---
Keyboard Shortcuts
Cmd+1
/ Ctrl+1
: Insert Heading 1
Cmd+2
/ Ctrl+2
: Insert Heading 2
Cmd+3
/ Ctrl+3
: Insert Heading 3
Cmd+Shift+B
/ Ctrl+Shift+B
: Insert Bold
Cmd+Shift+8
/ Ctrl+Shift+8
: Insert Unordered List
Cmd+Shift+.
/ Ctrl+Shift+.
: Insert Ordered List
Tab
: Increase List Level
Cmd+Shift+L
/ Ctrl+Shift+L
: Insert Link
Cmd+Shift+I
/ Ctrl+Shift+I
: Insert Image
Cmd+Shift+V
/ Ctrl+Shift+V
: Insert YouTube Video
Cmd+Shift+\
/ Ctrl+Shift+\
: Insert Supplement
Requirements
Extension Settings
This extension contributes the following settings:
riteplain.enableFormatting
: Enable/disable auto-formatting for RitePlain files
Release Notes
0.2.0
Initial release of RitePlain extension.