fantasia-markdown-dialogs

Render markdown-backed dialogs in Fantasia UI with Quasar QMarkdown and i18n strings.

401|56|Updated Jan 30, 2021
One-click install
npx skills add https://github.com/vishiri/fantasia-archive --skill fantasia-markdown-dialogs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fantasia-markdown-dialogs
Source: https://github.com/vishiri/fantasia-archive/tree/main/.cursor/skills/fantasia-markdown-dialogs
Command: npx skills add https://github.com/vishiri/fantasia-archive --skill fantasia-markdown-dialogs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps devs manage and render markdown-backed dialogs in the Fantasia UI using Quasar QMarkdown and i18n-sourced strings, ensuring consistent in-app messaging and localization.

Core Features & Use Cases

  • Renders markdown dialogs via Quasar QMarkdown.
  • Integrates with i18n document sources for multi-language support.
  • Keeps help/docs/changelog content in sync with UI components.

Quick Start

Update the markdown sources under src/i18n/en-US/documents and adjust the dialog component wiring to reflect the new content.

Frequently Asked Questions about fantasia-markdown-dialogs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I render markdown dialogs with i18n strings in Quasar?▼

You can render markdown dialogs with i18n strings by using Quasar QMarkdown components wired to localized document sources. This ensures in-app help, docs, and changelog content remain synced across multiple locales.

What is the best way to manage localized help docs in a frontend application?▼

Managing localized help docs is best handled by storing markdown content in i18n document directories and rendering it through a dedicated dialog component. This keeps documentation consistent and automatically translated across UI locales.

Does Quasar QMarkdown support dynamic localization for changelogs and help content?▼

Yes, QMarkdown supports dynamic localization when integrated with i18n document sources. By sourcing markdown from locale-specific directories, changelogs and help content render consistently in the user's selected language.

How do I add new markdown content to i18n dialog components?▼

To add new markdown content to i18n dialogs, update the markdown sources under the src/i18n/en-US/documents directory. You then adjust the dialog component wiring to reflect and display the newly added content.

Can I include additional scripts and assets alongside markdown documentation dialogs?▼

Yes, you can include additional scripts and assets alongside markdown dialogs. The Skill supports optional scripts/, references/, and assets/ directories to provide extended functionality beyond standard documentation rendering.

Why are my markdown dialog components not syncing with i18n locale changes?▼

Markdown dialog components fail to sync with i18n locale changes when content sources are not properly wired to locale directories. Ensure markdown files reside in src/i18n/en-US/documents and component bindings update dynamically.