SmartInput for back quoted text

This commit is contained in:
2016-02-22 03:08:07 +08:00
parent 82451a41b9
commit 82ef981d0a
14 changed files with 297 additions and 50 deletions
+7 -1
View File
@@ -24,6 +24,9 @@
/** @type {Astro.Blog.AstroEdit.SiteLibrary} */
var SiteLibrary = __import( "Astro.Blog.AstroEdit.SiteLibrary" );
// calls the smart bar
var SmartInput = __import( "Astro.Blog.AstroEdit.SmartInput" );
var wh, ww, cw, html, article;
var init = function ()
@@ -56,12 +59,15 @@
// Article modules
new Draft( article, a_conf.paths.get_drafts );
new Visualizer(
var Vis = new Visualizer(
article
, Dand.id( "ae_visual_snippets" )
, Config.get( "ServiceUri" )
);
new SmartInput( Vis );
// Independent modules
new Uploader( a_conf.paths.set_file );
new SiteLibrary(