Eric Rykwalder

Results 10 comments of Eric Rykwalder

You could use comments as deliminators, although in live mode they might show up more than you'd like, but in preview mode and in the quoth it'll render nicely. Alternatively,...

I probably won't ever add shorthand. For one, markdown processing in obsidian isn't the easiest. Or I'm not sure if even possible, since that syntax would still get picked up...

As of now, it has to match exactly, including spacing. So if there's a leading or trailing space it might break it. I may be able to loosen some of...

I thought you might bring this up 😄. I'm not sure yet if this is something on the roadmap. Definitely a lot of the assumptions in the code as of...

Would there be any chance of it being able to be a private API but globally referenced? I think even with the here be dragons warning, it would be better...

Hi, sorry for the delayed response. Unfortunately, as of now this is blocked by obsidian's API, which doesn't support it.

This is something I've been considering, but will probably be a bit further in the roadmap -- there's some more immediate things that will make the simple embedding work more...

Converting to quoth could probably be done with a simple shell script. Going the other way would only work if the code block using a basic reference like file or...

Unfortunately, the API doesn't provide a way to do that. The links are tracked bi-directionally by the plugin though. The long term goal is to show quoths in either a...

Yeah, not sure the best way to go about this. I meant `inline` more as in contrast to embedded style, not within a paragraph. If this was ever added, it'd...