From 631cc27824cb06083d52e8219d02ac06618a2083 Mon Sep 17 00:00:00 2001 From: Jovyn Tan Date: Mon, 28 Feb 2022 11:29:47 +0800 Subject: [PATCH 1/4] Add .ignore for ag --- .ignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .ignore diff --git a/.ignore b/.ignore new file mode 100644 index 0000000000..c4951ed1d4 --- /dev/null +++ b/.ignore @@ -0,0 +1,3 @@ +*.min.* +*.page-vue-render.js +_site/ From d2f464872e3bbb4c97eefdc227b9b477d09922c4 Mon Sep 17 00:00:00 2001 From: Jovyn Tan Date: Mon, 7 Mar 2022 16:56:17 +0800 Subject: [PATCH 2/4] update .ignore --- .ignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ignore b/.ignore index c4951ed1d4..aa757ff13a 100644 --- a/.ignore +++ b/.ignore @@ -1,3 +1,5 @@ *.min.* *.page-vue-render.js _site/ +packages/cli/test/functional/test_site/expected/ + From 319c84082271bb017dff029bc939981122d0c99e Mon Sep 17 00:00:00 2001 From: Jovyn Tan Date: Fri, 11 Mar 2022 18:08:26 +0800 Subject: [PATCH 3/4] git skip worktree .ignore --- .ignore | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .ignore diff --git a/.ignore b/.ignore deleted file mode 100644 index aa757ff13a..0000000000 --- a/.ignore +++ /dev/null @@ -1,5 +0,0 @@ -*.min.* -*.page-vue-render.js -_site/ -packages/cli/test/functional/test_site/expected/ - From dcb3a597c7a515472ccc6ceffdf9587877e65caa Mon Sep 17 00:00:00 2001 From: Jovyn Tan Date: Wed, 16 Mar 2022 20:21:07 +0800 Subject: [PATCH 4/4] Documentation cleanup --- docs/userGuide/syntax/popovers.md | 24 ++++++++++++++---------- docs/userGuide/syntax/tooltips.md | 6 ++++-- packages/vue-components/README.md | 4 ++-- 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/docs/userGuide/syntax/popovers.md b/docs/userGuide/syntax/popovers.md index d214271e4c..8484812c09 100644 --- a/docs/userGuide/syntax/popovers.md +++ b/docs/userGuide/syntax/popovers.md @@ -45,14 +45,14 @@

Content using slot

- -
- This is a long content... -
- -
-
-
+

+ +

+ This is a long content... +
+ + +

Content using src

@@ -65,7 +65,9 @@

Wrap Text

-What do you say +

+ What do you say +

@@ -83,7 +85,9 @@ This is the same trigger as last one. -

+ + +
****Options**** diff --git a/docs/userGuide/syntax/tooltips.md b/docs/userGuide/syntax/tooltips.md index 73249ce0f5..52e59c1405 100644 --- a/docs/userGuide/syntax/tooltips.md +++ b/docs/userGuide/syntax/tooltips.md @@ -16,17 +16,19 @@


+ Trigger

-
-
+

+

+
**Markdown**: diff --git a/packages/vue-components/README.md b/packages/vue-components/README.md index b5aec544f4..cddb3f5e51 100644 --- a/packages/vue-components/README.md +++ b/packages/vue-components/README.md @@ -20,6 +20,8 @@ Some custom components and directives are also added for MarkBind's use. - Question.vue - QOption.vue - Quiz.vue +- Popover.vue (built on bootstrap-vue's popovers) +- Tooltip.vue (built on bootstrap-vue's tooltips) - Trigger.vue (built on bootstrap-vue's popovers, modals, tooltips) ### MarkBind components ported from [MarkBind/vue-strap](https://github.com/MarkBind/vue-strap): @@ -50,8 +52,6 @@ Some custom components and directives are also added for MarkBind's use. ### BootstrapVue components included in the bundle - Modals -- Popover.vue -- Tooltip.vue ## Installation