Giter VIP home page Giter VIP logo

Comments (5)

sbarex avatar sbarex commented on May 25, 2024

Perhaps it is still due to problems saving preferences.

In reality, sharing preferences between application and extension should require code signing. However, the application is not signed...

To check the preferences, you can open the drop menu (…) near the style popou. Then chosse "open application support styles folder". The fineder will open the folder where store custom css. Going up of one or two parent folder there is the Preferences folder. Inside there is the plist file with the settings.

You cannot change this file (the settings cannot be customized editing the plist... cache problem...) but you can see if the values are saved.

from qlmarkdown.

setanarut avatar setanarut commented on May 25, 2024

Perhaps it is still due to problems saving preferences.

In reality, sharing preferences between application and extension should require code signing. However, the application is not signed...

To check the preferences, you can open the drop menu (…) near the style popou. Then chosse "open application support styles folder". The fineder will open the folder where store custom css. Going up of one or two parent folder there is the Preferences folder. Inside there is the plist file with the settings.

You cannot change this file (the settings cannot be customized editing the plist... cache problem...) but you can see if the values are saved.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>autolink</key>
	<true/>
	<key>checkbox</key>
	<false/>
	<key>customCSS</key>
	<string></string>
	<key>customCSS-override</key>
	<false/>
	<key>emoji</key>
	<true/>
	<key>emoji_image</key>
	<false/>
	<key>footnote</key>
	<false/>
	<key>guess-engine</key>
	<integer>0</integer>
	<key>hardbreak</key>
	<false/>
	<key>inlineimage</key>
	<true/>
	<key>mention</key>
	<false/>
	<key>nosoftbreak</key>
	<false/>
	<key>smartquote</key>
	<false/>
	<key>strikethrough</key>
	<true/>
	<key>strikethrough_doubletilde</key>
	<false/>
	<key>syntax</key>
	<true/>
	<key>syntax_dark_background</key>
	<string></string>
	<key>syntax_dark_theme</key>
	<string>atelier-dune</string>
	<key>syntax_font_name</key>
	<string></string>
	<key>syntax_font_size</key>
	<real>0.0</real>
	<key>syntax_light_background</key>
	<string></string>
	<key>syntax_light_theme</key>
	<string>summerfruit-dark</string>
	<key>syntax_line_numbers</key>
	<false/>
	<key>syntax_tabs</key>
	<integer>4</integer>
	<key>syntax_word_wrap</key>
	<integer>0</integer>
	<key>table</key>
	<true/>
	<key>tagfilter</key>
	<true/>
	<key>tasklist</key>
	<true/>
	<key>unsafeHTML</key>
	<false/>
	<key>validateUTF</key>
	<false/>
</dict>
</plist>

doesn't work

from qlmarkdown.

relikd avatar relikd commented on May 25, 2024

I think the light & dark theme you see above is only used for the code blocks. But here I have to add something. Some of the dark themes like Base16 3024 are displayed in light colors instead of dark ones.

EDIT: hmm seems that only vim aiseered & Andes do work in dark mode

from qlmarkdown.

sbarex avatar sbarex commented on May 25, 2024

I see there is a problem with the "base16" themes. This prevents the theme file from being found and the first available ("acid") is loaded in its place

from qlmarkdown.

sbarex avatar sbarex commented on May 25, 2024

Fixed in last commit.

from qlmarkdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.