diff --git a/components/NewsArticleCreate.vue b/components/NewsArticleCreate.vue new file mode 100644 index 0000000..7759062 --- /dev/null +++ b/components/NewsArticleCreate.vue @@ -0,0 +1,346 @@ + + + + + + New Article + + + + + Create New Article + + + Title + + + + + Excerpt + + + + + Content (Markdown) + + + + + {{ shortcut.label }} + + + + + + + Editor + + + + + + Preview + + + + + + + + Use the shortcuts above or write Markdown directly. Supports **bold**, *italic*, [links](url), and more. + + + + + Image URL (optional) + + + + + Tags + + + {{ tag }} + + + + + + + + + Add + + + + + + + {{ isSubmitting ? 'Creating...' : 'Create Article' }} + + + + + + + + + + +
+ Use the shortcuts above or write Markdown directly. Supports **bold**, *italic*, [links](url), and more. +