Rob Cherny
Results
63
comments of
Rob Cherny
I'd like to be able to do this as well. Any pointers and would be grateful.
This #16 seems to be a duplicate of #17.
Looking at the code, it seems like possibly it is inserted to actually replace the selection: https://github.com/jmilldotdev/obsidian-wikipedia/blob/master/main.ts#L165 ```js editor.replaceSelection(this.formatExtractInsert(extract, searchTerm)); ``` From testing, this does seem to resolve the problem....