Milan
Milan
It happens on the current main branch.
Thanks for the fix, works on my end. I think this can be closed.
For rmarkdown syntax, we could just check for the file extension and in that case grab the language by splitting the first `{` and go from there (assuming you wouldn't...
Thanks for this, I think this is a great feature. From a quick look at your code and testing it myself, I'm not entirely sure what `last5` is in `getCodeBlockTextRangeByIndex`,...
It might be easier to try get monaco (https://www.npmjs.com/package/monaco-editor) embedded in obsidian code blocks while editing, which would give autocomplete as well as a full blown editing experience, but I...
This might be a plausible approach: https://forum.obsidian.md/t/standard-approach-for-writing-automated-end-to-end-tests-for-plugins/31535/2
Are you able to make a separate file then import it inside the settings text box? Also, if you have a plugin like [obsidian git](https://github.com/denolehov/obsidian-git), it should backup and version...
Do you have an example of where this might be easier?
When I removed the need to have a main function in C++, I didn't go with wrapping everything in a main function because it's really hard to do, since there's...