From 5ef861a277eb526b07fe77db8d1c2d6484e1388c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 16 Apr 2020 23:26:20 +0000 Subject: [PATCH] --- ayanova/src/components/wiki-control.vue | 88 +++++++++++++++++-------- 1 file changed, 62 insertions(+), 26 deletions(-) diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue index 4b87f52c..740c4533 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -22,32 +22,64 @@ >
- - -
- fa-bold - fa-italic - fa-strikethrough - fa-heading - fa-minus - fa-quote-left - fa-list-ul - fa-list-ol - fa-check-square - fa-table - fa-link - fa-image + +
@@ -59,7 +91,8 @@ export default { data() { return { wikiVisible: true, - editMode: true + editMode: true, + tabView: false }; }, props: { @@ -79,6 +112,9 @@ export default { /** todo: +try to make view without using tab control + - user picks view in toolbar from choices of split, design or result view and toggles when they select these choices + Show/hide/edit control eyeball icon like password reveal