Fevol
Fevol
As far as I know, there is only one way to get access to Obsidian's current list of icons: `setIcon(parent, iconId, size, )`. This adds the SVG content associated with...
The Translation View currently only displays text from LTR, and the logical flow of the interface likewise occurs in that order. ## Tasks - [ ] Check how other translation...
Add localization support for the plugin's UI elements and translation service languages, the list of languages supported is the same as those supported by Obsidian's (see [here](https://github.com/obsidianmd/obsidian-translations)) ## Submit language...
Markdown formatting doesn't perfectly survive the translation process. The root of the issue lies mostly with the way that translation services handle and process text, so the solution will lie...
Currently, the entire input gets sent to the selected translation service. If multiple translations are executed on a block of text (say, when the user is typing in the Translation...
*Originally opened in the Firefox Translations repo as [issue 499](https://github.com/mozilla/firefox-translations/issues/499)* **Describe the bug** Markdown formatting will in most cases not survive the translation process, either being mangled, closed improperly, mapped...
### Description Add a CLI flag for users to include the source code of the Typst document when exporting to `.pdf` or `.png`, similar to LaTeX's [embedall](https://ctan.org/pkg/embedall) package. This could...
With beta [release 1.4.5](https://github.com/Fevol/obsidian-translate/releases/tag/1.4.5) (accessible using [BRAT](https://tfthacker.com/BRAT)), the OpenAI service has been added to the plugin, by recommendation of @ckt1031 and inspired by the [OpenAI Translator Application](https://github.com/openai-translator/openai-translator/). I will be...
I'll start off by saying that I have no idea whether this is even feasible, I haven't the slightest idea if the code can easily be extended to support this...
**Request:** Add an option to sort interfaces, classes, types, and their properties and methods in an alphabetical order **Related issues:** #561 #585 **Configuration options:** Expose an option to order each...