Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
beb3fe12
Commit
beb3fe12
authored
Feb 18, 2018
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: editor-modal-document UI (2)
parent
f27c1e86
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
editor-code.vue
client/js/components/editor-code.vue
+1
-1
editor-modal-document.vue
client/js/components/editor-modal-document.vue
+4
-2
No files found.
client/js/components/editor-code.vue
View file @
beb3fe12
...
...
@@ -111,7 +111,7 @@ export default {
},
data
()
{
return
{
code
:
'
const a = 10
'
,
code
:
'
# Header 1
\
n
\
nSample **Text**
\
n
\
n## Header 2
\
nSample Text
'
,
cmOptions
:
{
tabSize
:
2
,
mode
:
'text/markdown'
,
...
...
client/js/components/editor-modal-document.vue
View file @
beb3fe12
...
...
@@ -9,8 +9,10 @@
v-card.pa-3(tile)
v-card-text
v-form
v-text-field(label='Title', autofocus, loading='primary')
v-text-field(label='Short Description')
v-text-field(label='Title', counter='255')
v-text-field(label='Short Description', counter='255')
v-select(label='Tags', chips, tags, deletable-chips)
v-text-field(label='Path', prefix='/', append-icon='folder')
v-card-actions
v-btn(color='green', dark) Save
v-btn Cancel
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment