forked from Botanical/BotanJS
SmartInput for back quoted text
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user