Type naturally in the left panel to see instant Markdown conversion in the right panel. Use the toolbar for formatting or insert variables and templates from the dropdowns.
Ctrl+B
Ctrl+I
Insert dynamic elements using the variable dropdown:
Access pre-built structures via the template dropdown:
# {task}
## Context
[background]
## Requirements
- {requirement1}
- {requirement2}
## Parameters
- Theme: {theme}
- Object: {object}
- Options: (option1), (option2)
# !{command} Documentation
Usage: !{command} {param1} {param2}
Parameters:
{param1}: [description]
{param2}: [description]
Returns: (output_description)
Example: !{command} {example1} {example2}
Notes:
- [note1]
- [note2]
# {system_name} Architecture
## Components
1. <component1>
- Purpose: {purpose}
- Inputs: [input_list]
- Outputs: [output_list]
2. <component2>
- Purpose: {purpose}
- Inputs: [input_list]
- Outputs: [output_list]
## Relationships
{component1} -> {component2}: (relationship_type)
## Implementation
```[language]
// Code implementation
{code_block}
```
## Notes
[implementation_notes]
Ctrl+B
: BoldCtrl+I
: ItalicTab
: Indent listShift+Tab
: Unindent listCtrl+K
: Insert code blockRemember: The editor preserves your formatting while generating clean, consistent markdown suitable for prompt engineering across all Lexideck tools and agents.
Hello {name}, please complete the following task: {task}
User Input | AI Output |
---|---|
[Enter input here] | (Enter output here) |
Abstract labels for complex prompting:
Define relationships:
{Component A} -> {Component B}