Mayuran Visakan
Mayuran Visakan
This makes a load of sense and shouldn't be hard to implement (might to a quick refactor to make parsing frontmatter options more easy). I'm currently very busy with exams...
Hi sorry for the slow reply! Just so you're aware, the syntax is: ````markdown ```reference link: https://github.com/mayurankv/Obsidian-Code-Styler/blob/main/README.md ``` ```` Does this still not work?
Sorry just wanted to check in and see whether that fixed your issue?
Also apologies for such a late reply! My masters got quite busy but hopefully I'll have some time now to get back on top of this plugin. The syntax is...
Hmmm, I was actually thinking of adding it as a custom codeblock so that things could be set like directory, username etc. that are shown at the start of each...
So I would want to implement it as: ````markdown ```terminal > cd > ls file 1.md file 2.txt > brew list | grep basictex basictex ``` ```` Where basic things...
Additionally, I'd want to be able to set the prompt format and things like username, time, starting directory etc. hence why I think a codeblock is better. If you would...
Great! I'll address your question, then write out what I think the final spec should be: The difference between the two implementations is that a custom codeblock is much more...
I'm not sure I understood your point about ARGV parsing and output parsing? Is ARGV parsing for colourisation (tokenisation)? I was intending on highlighting using the existing shell modes (probably...
Oh! I was actually being a bit silly about the codeblock parameter vs custom codeblock. The main difference is the syntax parsing, i.e. you wouldn't want to have to put...