mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
Move replaceCopy function from Copy enum to Helpers module to improve separation of concerns. Add splitFrontmatter and mergeTagsIntoFrontmatter utilities for YAML frontmatter manipulation. Remove unused Beautify prompt and QuickActionsService. Add timeout support to Semaphore.wait(). Remove unused Event.QuickActionsSettingsChanged. Update all imports across AI classes, prompts, services, and tests.
7 lines
No EOL
539 B
TypeScript
7 lines
No EOL
539 B
TypeScript
export const BeautifyPrompt: string = `You are a writing editor. Your task is to beautify the provided text.
|
|
|
|
Improve clarity, flow, and readability while preserving the author's voice and meaning. Fix grammar and awkward phrasing.
|
|
Use Markdown formatting (headings, bold, italics, lists, blockquotes) where it enhances structure and readability in Obsidian.
|
|
Do not add new ideas, remove content, or change the structure unless it clearly improves readability.
|
|
|
|
Return only the improved text with no explanation, preamble, or commentary.`; |