From e79930576b3a8c63042997f76ed6cd6a8137a73a Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sat, 10 Jun 2017 14:00:56 +0200 Subject: [PATCH] add video --- docs/videos.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/videos.md b/docs/videos.md index eb413432..0ef9f607 100644 --- a/docs/videos.md +++ b/docs/videos.md @@ -34,6 +34,17 @@ Here the choice is applied to the compiler used to make a runnable but the same
https://abstractop.tumblr.com/post/161552390630
{% endraw %} +### Library manager and runnables + +This video shows how a DUB library can be downloaded, installed and used directly in a [runnable](features_runnables) module. +The most important operations are made in the [library manager](widgets_library_manager). +At the end and to make obvious the automatic aspect of a library selection, the runnable is compiled while the new libman entry is deactivated, which results in a compiler error. + +{% raw %} +
https://abstractop.tumblr.com/post/161655243088/coedit-library-manager-and-runnables
+{% endraw %} + + {% raw %}