Re: markdown.properties

Neil Hodgson <[email protected]> Sat, 19 Nov 2022 13:43:22 -0800 (PST)
Newsgroups gmane.editors.scite.general
Message-ID <[email protected]>
Diego:

1. This fixes that markdown files were not listed under All sources* filter 
> of the open-dialog.
> ```
> file.patterns.markdown=*.md;*.markdown;*.Rmd;*.Qmd
>
 
Rmd is a narrow intersection: R and Markdown so would be better added 
locally by people that use those tools. Qmd is even smaller.

*source.patterns.markdown=$(file.patterns.markdown);
>
 
OK.

2. Code blocks werent fullline backgrounded, then I added ",eolfilled"
> style.markdown.20=back:#EEEEEE,fore:#000088,$(font.monospace),eolfilled
> style.markdown.21=back:#EEEEEE,fore:#000088,$(font.monospace),eolfilled
>

Some people like this effect but others don't.
 

> 3. I honestly couldn't make it to work for headers with ####, the 
> backgorund dies in the characters and eolfilled has no effect.
> ¿any tips?
>
 
lexer.markdown.header.eolfill:
https://www.scintilla.org/SciTEDoc.html#property-lexer.markdown.header.eolfill

command.go.$(file.patterns.markdown)="file://$(FilePath).html"
>     command.go.subsystem.$(file.patterns.markdown)=2
>
...
> However, the GO command don't work because quarto produces a 
> myquartofile.html and this call is runing as myquartofile.qmd.html.
> ¿any tips?
>
 
file://$(FileDir)\$(FileName).qmd.html

5. Is it possible to add colored borders into code blocks?
>

Its unclear what this should look like. Probably not.

6. I would also like to ask if the feature of displaying plot-images below 
> some block of code like in R-notebooks and Jupyter-notebooks is aimed or 
> possible with scintilla.
>
 
Not possible.

Neil

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/scite-interest/931c51d8-70c8-4657-937b-4c6e0b2eec98n%40googlegroups.com.