Johannes Theiner

Results 730 comments of Johannes Theiner

["fundingUrl": "https://felix.phd",](https://github.com/FelixHT/obsidian_side_notes/blob/3049c4ff2883d19ef700d5b3b858f23d8c003b30/manifest.json#L9) This is meant for links to services like _Buy me a coffee_, _GitHub sponsors_ and so on, if you don't have such a link remove this line. [await...

To make the manual review process and future plugin maintenance more efficient, we recommend that you move all source code files into a `src` directory. [id: 'exmemo-search',](https://github.com/exmemo-ai/obsidian-exmemo-client/blob/8c2abe9571997e85809fbe2b30e3b3be58b33bc2/main.ts#L20), [id: 'exmemo-upload',](https://github.com/exmemo-ai/obsidian-exmemo-client/blob/8c2abe9571997e85809fbe2b30e3b3be58b33bc2/main.ts#L27), [id:...

You might want to use the new `onUserEnable` API to activate the view when the plugin is first loaded. [this.treeItemIcon.appendChild(getIcon("right-triangle")!);](https://github.com/jasonmotylinski/hierarchical-backlinks/blob/1051f7bf9a547ca1a81bb5085cab86cb3ca6fc97/src/treeNodeView.ts#L54) Use `setIcon(this.treeItem, 'right-triangle');` instead. [private svgCollapse='';](https://github.com/jasonmotylinski/hierarchical-backlinks/blob/1051f7bf9a547ca1a81bb5085cab86cb3ca6fc97/src/nav/collapseButton.ts#L7) Obsidian already includes the...

Labels have been reset for a clean review by the new bot implementation

[/* --- Переменные Obsidian (адаптированы для минимализма) --- */](https://github.com/semernyakov/polychat/blob/05c92d561b8cb70bb9e28ae4663f78dbf8113927/src/styles.css#L3-L39) Please don't overwrite core styling in a plugin, add another class/data attribute so it only applies to your plugin. [language: Locale;...

[PDFWORKER = 'https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.9.359/pdf.worker.min.js';](https://github.com/RasmusAChr/PDF2Images/blob/702317379c1694279ccc75e90318f8fe358d2c69/main.ts#L29) Normally should be embedded in the plugin, not loaded externally. In this case, you can use [loadPdfJs](https://docs.obsidian.md/Reference/TypeScript+API/loadPdfJs) to get access to the PDF.js instance that Obsidian is...

[name: 'Convert pdf to images',](https://github.com/RasmusAChr/PDF2Images/blob/eca536f1dc91e4dfa8e64b0979faed6efb803497/main.ts#L41) PDF is a name and is capitalized as "PDF"

[# Obsidian SVG Style Editor](https://github.com/arg1998/obsidian-svg-styler/blob/28c4037fa566d298f76c6a6b872e8f1eb3f6547c/README.md#L1-L2), [Obsidian SVG Styler](https://github.com/arg1998/obsidian-svg-styler/blob/28c4037fa566d298f76c6a6b872e8f1eb3f6547c/README.md#L3) Naming something "Obsidian xyz" is reserved for first party products we create, please change this header. [const svgson = require("svgson");](https://github.com/arg1998/obsidian-svg-styler/blob/28c4037fa566d298f76c6a6b872e8f1eb3f6547c/main.ts#L19-L20) Please stick...

That seems to be a bug on our side, normally a embed should pickup that the file has changed automatically. ["id": "argosta-svg-styler",](https://github.com/arg1998/obsidian-svg-styler/blob/2660dce25cfe1b936d954516b300a0243d08628e/manifest.json#L2) This should be just "svg-styler"

Please don't create new PR's, closing this one