Ruben Taelman
Ruben Taelman
> of Man ALL IS LOŚ͖̩͇̗̪̏̈́T ALL IS LOST the pon̷y he comes he c̶̮omes he comes the ichor permeates all MY FACE MY FACE ᵒh god no NO NOO̼OO...
I'm wondering if there would be a clean, simple and generic way to define such shortcuts... But for now, this would indeed be possible with a custom filter. You can...
The current output of an article in ScholarMarkdown looks something like this: ```html The Fundamentals of Semantic Versioning Ruben Taelman IDLab, Department of Electronics and Information Systems, Ghent University –...
> I find `main > article` to be a good indicator as the name applies. True, that makes sense. We should be able to add an `` inside `` without...
Sure, should be possible indeed now that we have better type-checking.
Removing the 3 lines you mentioned could indeed be enough. > I had a look at this, and I've discovered there apparently is no type checking on variables, so the...
So the high-level problem is that we have 2 phases: preprocessing and instantiation. Type-checking is done during preprocessing, while variables are only present at instantiation time. Making variables available at...
Can be done based on https://github.com/LinkedSoftwareDependencies/Components.js-Generator
As mentioned by @jeswr, we should do this based on the [Language Server Protocol](https://code.visualstudio.com/api/language-extensions/language-server-extension-guide) so that it works with multiple IDEs.
What tutorial are you following exactly (there are multiple)?