You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: playground/docus/content/9.studio/5.content.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ seo:
13
13
14
14
:br
15
15
16
-
The beta version now includes the **TipTap visual editor** (default), the **Monaco code editor**, and the new **Form-based editor** for YAML/JSON files and frontmatter. You can switch between them at any time using the editor mode toggle in the toolbar.
16
+
The beta version includes the **TipTap visual editor** (default) with **Vue Component Props Editor**, the **Monaco code editor**, and the **Form-based editor** for YAML/JSON files and frontmatter. You can now visually edit component props and use the new span-style formatting button.
17
17
::
18
18
19
19
Nuxt Studio offers a versatile workspace for both developers and content writers, giving them the freedom to choose between our different editors:
@@ -41,6 +41,9 @@ The TipTap visual editor provides a modern Notion-like editing experience for Ma
41
41
42
42
-**Rich Text Editing** - Format text with headings, bold, italic, strikethrough, code, links, and more
43
43
-**MDC Component Support** - Insert and edit custom Vue components directly in the visual editor
44
+
-**Vue Component Props Editor** - Visually edit component properties through a form-based interface
45
+
-**Data Binding** - Bind component props to frontmatter variables using the [MDC binding syntax](https://content.nuxt.com/docs/files/markdown#binding-data)
46
+
-**Span-style Formatting** - Apply inline text styles using the toolbar button for custom text formatting
44
47
-**Media Integration** - Browse in media picker to insert images from your library
45
48
-**Emoji Integration** - Type `:` followed by an emoji name to insert emojis, or use the slash command `/emoji`
46
49
-**Slash Commands** - Type `/` to access a menu of formatting options and components
@@ -112,7 +115,7 @@ All components in the `/components/content` folder are automatically available:
112
115
1. Type `/` anywhere while editing
113
116
2. Search for your component in the list
114
117
3. Insert and edit component slots directly in the editor
115
-
4.Props editing with visual interface coming in beta
118
+
4.Click on any component to open the **Props Editor** panel and edit properties visually
Copy file name to clipboardExpand all lines: playground/docus/content/9.studio/7.roadmap.md
+13-17Lines changed: 13 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,14 @@ This roadmap is subject to change based on community feedback and evolving prior
17
17
## Current Status: Beta Release
18
18
19
19
::badge
20
-
v1.0.0-beta - Current Release
20
+
v1.0.0-beta.2 - Current Release
21
21
::
22
22
23
-
The beta release focuses on core functionality and stability. The beta now includes the TipTap visual editor (default), the Monaco code editor, and the new form-based editor for YAML/JSON files and frontmatter, providing a complete editing experience for all content types with MDC component support.
23
+
The beta release focuses on core functionality and stability. The beta now includes the TipTap visual editor (default), the Monaco code editor, the form-based editor for YAML/JSON files and frontmatter. This provides a complete editing experience for all content types with MDC component support.
24
24
25
25
## Release Phases
26
26
27
-
### ✅ Phase 1 - Alpha
27
+
### ✅ Phase 1 - Beta
28
28
29
29
**Focus**: Core infrastructure, file operations, and GitHub integration
30
30
@@ -55,7 +55,7 @@ Live preview of changes on your production website.
55
55
56
56
#### Internationalization (i18n)
57
57
58
-
Multi-language support for the Studio interface (16 languages: AR, BG, DE, EN, ES, FA, FI, FR, ID, IT, JA, NL, PL, PT-BR, UA, ZH).
58
+
Multi-language support for the Studio interface (17 languages: AR, BG, DE, EN, ES, FA, FI, FR, ID, IT, JA, NL, NN-NO, NB-NO, PL, PT-BR, UA, ZH, ZH-TW).
59
59
60
60
#### GitLab Integration
61
61
@@ -68,29 +68,25 @@ Local development support without authentication.
68
68
#### Google OAuth Authentication
69
69
70
70
Alternative authentication method for non-GitHub users.
71
-
::
72
-
73
-
### 🚧 Phase 2 - Beta :badge[Current]
74
71
75
-
**Focus**: Advanced component management
72
+
#### Vue Component Props Editor
76
73
77
-
The beta phase will introduce enhanced component editing capabilities.
74
+
Visual interface for editing Vue component properties directly in the editor. Select any MDC component and edit its props through a form-based interface.
78
75
79
-
::prose-steps{level="4"}
80
-
#### Vue Component Props Editor
76
+
#### Data Binding
81
77
82
-
Visual interface for editing Vue component properties.
78
+
Support for [MDC binding syntax](https://content.nuxt.com/docs/files/markdown#binding-data) allowing you to bind component props to frontmatter variables for dynamic content.
83
79
84
-
**Status:** 🚧 In development
80
+
#### Span-style Text Formatting
85
81
86
-
#### Custom Oauth
82
+
Toolbar button for applying inline text styles with the span-style feature.
87
83
88
-
Provide utilities to allow users to handle their own authentication.
84
+
#### Custom Authentication
89
85
90
-
**Status:** 🚧 In development
86
+
Utilities (`setStudioUserSession`, `clearStudioUserSession`) to allow users to handle their own authentication flow (password, SSO, LDAP, etc.).
91
87
::
92
88
93
-
### 🔮 Phase 3 - Stable Release
89
+
### 🔮 Phase 2 - Stable Release
94
90
95
91
**Focus**: Production readiness and advanced features
0 commit comments