Results 19 issues of ShaddyDC

Hey, I'm using this project as the obsidian extension, and I really like it so far. Thank you! I ran into an issue when using it today though. Namely, I...

I thought this list was a good candidate for spaced repetition like with [anki](https://ankiweb.net/). I have created a simple deck for personal use, but I figured maybe others here would...

The bot looked kind of nice, but I'm a lazy bum who hates installation steps and a sucker for docker. Therefore adding support for [Docker](https://www.docker.com/) by providing a Dockerfile would...

enhancement
help wanted

While there isn't any valuable secret data on the website, using https is a good practice and, nowadays, its absence feels sketchy. The site already supports it, so why not...

bug

Obsidian has support for a Markdown Extension called [Callouts](https://help.obsidian.md/Editing+and+formatting/Callouts). They effectively allow you to have special sections in your files to for example give a useful tip: ```md > [!tip]...

I'm evaluating different options to use C++ code from rust, and an important point for me is that error handling should be seamless. It would be convenient if what happens...

Hi, thanks for making this library; I'm getting a lot of use out of it. However, I've run into an issue where I have to format some code a certain...

enhancement
help wanted
serde

**Is your feature request related to a problem? Please describe.** When using this library and playing around with the credentials, I noticed the `expiration` field on the `Credentials` struct. Together...

enhancement

I guess this won't be relevant much longer in the context of #409, but it would be nice right now. The problem is, you currently cannot pin a version of...

I'm writing a tool to convert glTF files to other file formats. When I ran into the issue of large images being unsupported (#388 ), I noticed that in most...