Sesh Sadasivam
Sesh Sadasivam
Ah ha, found an example of “annotations”: https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#adding-annotations Though I think I’d choose a slightly different API, and make it possible to add multi-line annotations. Aside: I also really like...
> Is the idea that you click something to change which lines are highlighted? Oh hmm, I hadn’t thought about that. I’ll need to think a bit more about that...
(Sorry for my delayed reply while I've been traveling!) That's a really interesting feature request. I really like the example you linked to! A couple of my initial thoughts: -...
Oh this could be as easy as adding a `data-hidden-lines` attribute 😅 My next question: How does this affect line numbers? Maybe this feature should only be allowed with the...
Unfortunately, the `user-select` property hijacks normal selection behavior. And unfortunately, the better solution is the one I mentioned in my comment, but is only supported on Firefox 😞 It _is_...
I think there are two pieces of feedback I can take from this issue: ## (1) Not obvious that clicking on the left-margin selects the line. @awdeorio brought up the...
I’m beginning to like Option 2b more (I was hesitant before). Thanks! Will prototype it this weekend.
Thanks for your detailed notes and questions @awdeorio! I really appreciate it 😃 Clearly I need to think through what this would look like for students a bit more. I’ll...
If the repo hosting the code is public, this might actually be possible! I’ll explore this further. Thanks for all the feature requests and feedback btw :)
Though I'm not sure how we would be able to track code if line numbers / file names move around. Do you have a link / video to an example...