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