Johannes Theiner
Johannes Theiner
Now I don't see any translation changes, only a deletion of the last empty line.
Closing as this PR has gone stale. If you are ready continue feel free to reopen it.
We normally update the translations with the first public build.
Translations have been updated in the latest build.
["fundingUrl": "https://github.com/jdchart",](https://github.com/jdchart/onto-tracker/blob/41b3dd81faa2e391de44f6c3d456fcd709f68796/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. [this.registerDomEvent(document,...
There are still 9 pieces of feedback left unresolved, all related to the use of `innerHTML`
[# Obsidian RSS to Note](https://github.com/Gjessing1/Obsidian-RSS/blob/12ae7bebc4467e0c006d8fb260ccd81f173ca0ea/README.md#L1) Naming something "Obsidian xyz" is reserved for first party products we create, please change this header. [name: 'Fetch All RSS Feeds Now',](https://github.com/Gjessing1/Obsidian-RSS/blob/12ae7bebc4467e0c006d8fb260ccd81f173ca0ea/main.js#L49), [.setName('Folder Structure')](https://github.com/Gjessing1/Obsidian-RSS/blob/12ae7bebc4467e0c006d8fb260ccd81f173ca0ea/main.js#L347), [.setName('Shared...
Remove the `main.js` file from the repo and add it to the `.gitignore`, release assets should not be mixed with source assets. [pdfJsWorkerUrl: 'https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf.worker.min.js',](https://github.com/tenebrisnox/external-PDF-plugin/blob/a416b0ddf29dffafd91eb8bd42f3af537ae78c7b/main.ts#L27) This should be bundled with the...
[name: "Add 2 Columns",](https://github.com/Josie1902/Simple-Columns/blob/9132cac8d5ae6ac6360bf0c92737042ff6a75540/main.ts#L17), [name: "Add 2 Columns",](https://github.com/Josie1902/Simple-Columns/blob/9132cac8d5ae6ac6360bf0c92737042ff6a75540/main.ts#L17), [name: "Add 4 Columns",](https://github.com/Josie1902/Simple-Columns/blob/9132cac8d5ae6ac6360bf0c92737042ff6a75540/main.ts#L33), [item.setTitle('Add Columns')](https://github.com/Josie1902/Simple-Columns/blob/9132cac8d5ae6ac6360bf0c92737042ff6a75540/main.ts#L43), [subItem.setTitle('2 Columns')](https://github.com/Josie1902/Simple-Columns/blob/9132cac8d5ae6ac6360bf0c92737042ff6a75540/main.ts#L49), [subItem.setTitle('3 Columns')](https://github.com/Josie1902/Simple-Columns/blob/9132cac8d5ae6ac6360bf0c92737042ff6a75540/main.ts#L57), [subItem.setTitle('4 Columns')](https://github.com/Josie1902/Simple-Columns/blob/9132cac8d5ae6ac6360bf0c92737042ff6a75540/main.ts#L65), [contentEl.createEl("h2", { text: "Customise Columns" });](https://github.com/Josie1902/Simple-Columns/blob/9132cac8d5ae6ac6360bf0c92737042ff6a75540/src/ui/columnModal.ts#L117), [.setName("Reset All Styles")](https://github.com/Josie1902/Simple-Columns/blob/9132cac8d5ae6ac6360bf0c92737042ff6a75540/src/ui/columnModal.ts#L122), [.setName('Show...
[this.tempComponent.unload()](https://github.com/Josie1902/Simple-Columns/blob/18551c36bc4b39435c37a1d882bdca2454ed5d43/main.ts#L262) This is too late, the component should be unloaded once the codeblock is no longer rendered. You can do that by implementing a `MarkdownRenderChild` and adding it to the...