This commit is contained in:
@@ -24,6 +24,10 @@
|
|||||||
<div v-if="editMode">
|
<div v-if="editMode">
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="6">
|
<v-col cols="6">
|
||||||
|
<div class="text-center">
|
||||||
|
<v-btn tile> <v-icon>fa-list</v-icon></v-btn>
|
||||||
|
<v-btn tile> <v-icon>fa-bold</v-icon></v-btn>
|
||||||
|
</div>
|
||||||
<v-textarea v-model="value" auto-grow></v-textarea>
|
<v-textarea v-model="value" auto-grow></v-textarea>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="6">
|
<v-col cols="6">
|
||||||
@@ -69,6 +73,8 @@ flag as dirty when edited
|
|||||||
if can't edit and no content then don't show at all
|
if can't edit and no content then don't show at all
|
||||||
- does it need to have a column wrapper then and remove it from the parent form?
|
- does it need to have a column wrapper then and remove it from the parent form?
|
||||||
|
|
||||||
|
Mobile view put editor and result in v-tab control so can swish back and forth while editing
|
||||||
|
Standard view maybe top and bottom better?
|
||||||
|
|
||||||
baseurl setting for local images:
|
baseurl setting for local images:
|
||||||
https://marked.js.org/#/USING_ADVANCED.md#options
|
https://marked.js.org/#/USING_ADVANCED.md#options
|
||||||
|
|||||||
Reference in New Issue
Block a user