Muah
Muah
ok, will check it and get back to u
`blueutil` was useless, still thank you so much for ur help & patience.
css3 auto complete only work under css3 scopes, check https://github.com/y0ssar1an/CSS3/issues/81
@olivermuc here is the file responsible for the compilation https://github.com/y0ssar1an/CSS3/blob/master/css3_completions.py as u can see it works based on scopes, so changing the sass file syntax to css3 will work because...
@weixsong is it possible to use wildcard for the fields as well ?, so ```js var index = elasticlunr(function () { this.addField('title.*'); // title.en, title.fr, title.etc.. this.addField('body.*'); this.setRef('id'); }); ```
@ToLuSt do u have an example or a link for me to read more about this ? i've read both - https://github.com/weixsong/elasticlunr.js#other-languages-example-in-browser - https://github.com/weixsong/lunr-languages but not sure how the multi...
yeah thats exactly what am after, for the search part am still not sure how, the docs doesnt have this part.
maybe it could be as simple as this ? ```js index.search("Oracle database profit", { fields: { title[this.currentLocale]: {boost: 2}, body[this.currentLocale]: {boost: 1} } }); ```
@RaananHadar +1 to ur idea also is there any chance you can make a new plugin that combins PowerCursors with easy motion ? :+1:
@babygau yes i know but i was hopping @RaananHadar could release his version as atm the plugin doesnt work with ST 3095 and dont think it will with any future...