Code Monkey home page Code Monkey logo

zuoqiu-yingyi / siyuan-plugin-custom-fonts Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 9.51 MB

[READ ONLY] Subtree split of the siyuan-packages-monorepo (see https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo)

Home Page: https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo/tree/main/workspace/plugins/custom-fonts

License: GNU Affero General Public License v3.0

Svelte 50.92% TypeScript 47.28% JavaScript 1.79%
font-family font-icons siyuan siyuan-community siyuan-note siyuan-plugin subtree subtree-split

siyuan-plugin-custom-fonts's Introduction

Hi there 👋

Typing SVG

GitHub followers hits

Teck Stack

Languages

C C++ Python Java Go Kotlin

JavaScript TypeScript HTML5 CSS3 Less

JSON XML YAML TOML

Markdown LaTeX Typst

Frameworks

Web

Vue.js Svelte React

Django Gin Express Fastify tRPC

Electron

Native

Jetpack Compose React Native

Database

SQLite PostgreSQL MySQL

Sequelize Prisma

DBeaver

DevOps

OS

Windows Linux Android

Shell

PowerShell GNU Bash Nushell

IDE

Visual Studio Code Android Studio Jupyter

Code

Git GitHub Turbo

CI/CD

GitHub Actions

ESLint Prettier

Package

npm pnpm

PyPI pipx Poetry Anaconda

Runtime

Node.js ts-node

Build

Vite Webpack Next.js

Test

Vitest Jest

Postman

Document

VitePress

Deploy

Docker Nginx MinIO

Security

JSON Web Tokens

Let's Encrypt Yubico

OpenSSL Wireshark KeePassXC

Stats

Top Langs
Anurag's GitHub stats
GitHub Streak
GitHub Streak
contribution-3D

siyuan-plugin-custom-fonts's People

Contributors

leolee9086 avatar zuoqiu-yingyi avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

siyuan-plugin-custom-fonts's Issues

增加字体渲染设置

大佬您好,下面是我自己改的字体渲染片段,搭配你的插件一起感觉很好用,感觉可以集成进去让更多人用上,一些踩过的坑在这siyuan-note/siyuan#10902

:not(.katex):not(.overlaydiv):not([class*="icon"]):not([class*="button"]){
 /*使字体渲染不会应用于部分特殊字符符号和图标以及按钮等网页元素*/
    text-shadow: 0.01em 0.01em 0.01em #999999 ;  
 /*更改字体阴影及透明度,可修改数值实现不同的效果.*/
    -webkit-text-stroke-width: 0.10px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

 /*使字体渲染不会应用于公式和图片制卡*/
span:not([class="katex"]) :not([class="overlaydiv"]){
    text-shadow: 0.01em 0.01em 0.01em rgba(0,0,0,0) !important;  
}

 /*使字体渲染不会应用于加粗字体*/
.b3-typography strong, .b3-typography span[data-type~=strong], .protyle-wysiwyg strong, .protyle-wysiwyg span[data-type~=strong] {
    text-shadow: 0.01em 0.01em 0.01em #999999 !important;  
    -webkit-text-stroke-width: 0px !important;
}

插件很棒,就是不知道为啥经常失效

在集市里下载了一个Twitter emoji插件之后,就失效了。卸载了Twitter emoji插件之后也还是没有恢复。不知道具体是什么原因导致的。
更新:又尝试了一次,恢复了~可能是从卸载到恢复存在一些时滞吧

基础字体修改失效

您好,自定义字体会出现失效的情况,并且更换任何主题或者基础主题都是这样,但是编辑字体可以修改。我试过重新建立新空间,发现新空间不会受到影响,但是之后使用插件修改多次后会再次出现。

[BUG]界面问题

字体设置界面顶栏被遮住半行。当前主题是写味Savor 版本v3.8.8.当前思源版本时:2.12.3。
image

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.