-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json.example
More file actions
69 lines (69 loc) · 2.93 KB
/
data.json.example
File metadata and controls
69 lines (69 loc) · 2.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"applications":{
"Figma":{
"key":"F1",
"path":"C:\\Users\\YOUR_USER\\AppData\\Local\\Figma\\Figma.exe"
},
"Obsidian":{
"key":"F2",
"path":"C:\\Program Files\\Obsidian\\Obsidian.exe"
}
},
"context_rules":{
"Code.exe":"Role: Developer. Constraints: Return RAW code. No markdown backticks.",
"Figma.exe":"Role: Senior UX Writer. Constraints: Be concise. No quotation marks. Use sentence case.",
"Obsidian.exe":"Role: Knowledge Manager. Constraints: Use valid Markdown syntax.",
"chrome.exe":"Role: Assistant. Constraints: Be concise."
},
"plugins":{
"Unsplash":{
"cmd":"Unsplash",
"sub":"Insert Random"
},
"Find and Replace":{
"cmd":"Find and Replace",
"sub":""
}
},
"prompts":{
"✨ Improve Text":{
"ignore_context":0,
"provider":"",
"text":"Role: Professional Editor. Task: Rewrite the input text to be clearer, concise, and professional. Constraints: Preserve original meaning. No conversational filler. Output: Improved text only."
},
"🇺🇸 / 🇷🇺 Translate":{
"ignore_context":1,
"provider":"",
"text":"Role: Professional Translator. Task: Detect language. If Russian -> Translate to English (Business US). If English -> Translate to Russian (Literary). Constraints: Return ONLY the translation string."
},
"📝 Fix Grammar":{
"ignore_context":0,
"provider":"",
"text":"Role: Proofreader. Task: Fix all grammar, spelling, and punctuation errors. Constraints: Do not change the style, only fix errors. Output: Corrected text only."
},
"🖋️ Typographer":{
"ignore_context":1,
"provider":"",
"text":"Role: Senior Typographer. Task: Format the input text according to typography standards. Rules: 1. Replace hyphens with em-dashes. 2. Use proper quotation marks. 3. Add non-breaking spaces after short prepositions. 4. Remove double spaces. Constraints: Return ONLY the typographed text."
},
"🐍 Explain Code":{
"ignore_context":0,
"provider":"",
"text":"Role: Senior Tech Lead. Task: Explain this code snippet briefly. Constraints: Use bullet points. Be concise."
},
"🧹 Refactor Code":{
"ignore_context":1,
"provider":"",
"text":"Role: Senior Developer. Task: Refactor this code for performance and readability. Constraints: Return ONLY the raw code. DO NOT use Markdown backticks. DO NOT translate code identifiers."
},
"🐟 Dummy Text":{
"ignore_context":1,
"provider":"",
"text":"Role: Content Strategist. Task: Generate realistic placeholder text based on the input topic. Constraints: Output text only."
}
},
"snippets":{
"Pangram (EN)":"The quick brown fox jumps over the lazy dog. Pack my box with five dozen liquor jugs.",
"Lorem Ipsum":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
}
}