tilman-schieber

Results 10 comments of tilman-schieber
trafficstars

If you don't speak the language It is hard to find evidence of hyphenation as hyphens are not commonly used. The words are just broken at end of line without...

Yes fixed does not work because it does not scroll. `position: absolute` seems to work. I think the container that contains the dropdown needs to have `position:relative` and the contents...

So I tried this again and got the best results by adding position: absolute; background: white; z-index: 10; to `.lia-dropdown` background and z-index are needed so the drop down covers...

I am using VSCode and have installed all the Lia plugins but the snippets. I am just generally not a big fan of snippet plugins (with the exception of emmet...

I just noticed you are already implementing this. Amazing! One additional thing I stumbled upon, that I didn't know: > Another option is to use the little-known q tag, which...

I just looked over your commit and it looks really cool. Nice touch implementing every last obscure variant of quotes used in asian languages. I wonder if html's ``-Tag is...

I noticed a small issue here... For my course, I use colored divs to denote special content (definitions, lemmas, exercises). I have always used ``` content ``` to achieve this...

Yes it does work with `` indeed. However for consistency's sake I was using another macro `@close: ` When the closing div is "hidden" in another macro it does not...

as an aside, I think it would be really really beautiful if there were some syntax to enclose parts of the document in divs of certain classes. in combination with...

I like the `@exercise: ` Idea. Thanks. Anyway, the typographic quotation marks are implemented and working as intended, So I am closing the issue now.