Jiuqin Zhou

Results 3 comments of Jiuqin Zhou

It seems to be a problem specific to BibLaTeX. When I changed the citation database format to CSL-JSON, the {{title}} template works fine, though the citation key is entirely different...

Note that `cmdEditor` is depreciated. So I came up with the following: ```javascript const editor = this.app.workspace.activeEditor.editor; const line = editor.getCursor().line; const input = editor.getLine(line).trim(); editor.setLine(line, ""); ```

The mobile version of Obsidian does not yet support `Buffer` API. According to this [POST](https://forum.obsidian.md/t/getting-my-plugin-working-on-mobile-devices/29816), it appears that none of the NodeJS-specific libraries would be supported on the mobile version...