Jesse Chung
Jesse Chung
I basically replaced the insertImage function with my own as I had to accommodate a in-place uploading feature, with a `` and `` tag. I do this by ``` editor.composer.commands.exec("formatBlock",...
If an indexer output is inlined by another entity, the graphql arguments are merged to the top level. This behaviour: - reduces granularity of graphql queries; filters on nested/relational entities...
Current way of making relations (i.e. inlining output of other indexer in an entity) is unoptimised and takes up too much disk space. Make use of pointer syntax to make...