Replies: 1 comment
-
That's a great idea @Taitava ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There could be syntax highlighting for shell commands, meaning that words would be classified and colored based their classes. This is a really basic feature in programming editors.
Places where this could be used:
*) These might require hard research to find out how their visual content structure could be accessed and modified.
It's not needed to leave the Obsidian ecosystem to find an example for this feature. Deathau's Editor syntax highlight Obsidian plugin does a similar thing for code blocks, and I used it to create a small example of how syntax highlighting could look with shell commands:
Of course the difference with SC would be, that syntax highlighting would be single line only, but the general idea can be seen in the image.
Editor syntax highlight uses CodeMirror's syntax highlighting modes. I think SC could adapt a subset of those, too - at least shell and powershell.
Beta Was this translation helpful? Give feedback.
All reactions