我的编程空间,编程开发者的网络收藏夹
学习永远不晚

Typora代码块怎么操作配色和标题自带序号

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

Typora代码块怎么操作配色和标题自带序号

本篇内容主要讲解“Typora代码块怎么操作配色和标题自带序号”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Typora代码块怎么操作配色和标题自带序号”吧!

效果:标题自带序号,代码块配色,代码块左上角仿mac图标

Typora代码块怎么操作配色和标题自带序号

先打开主题文件夹

文件>偏好设置>外观>打开主题文件夹

然后编辑base.user.css(如果没有就新建一个)文件

将以下代码加入即可

.sidebar-content {    counter-reset: h2}.outline-h2 {    counter-reset: h3}.outline-h3 {    counter-reset: h4}.outline-h4 {    counter-reset: h5}.outline-h5 {    counter-reset: h6}.outline-h6 {    counter-reset: h7}.outline-h2>.outline-item>.outline-label:before {    counter-increment: h2;    content: counter(h2) " "}.outline-h3>.outline-item>.outline-label:before {    counter-increment: h3;    content: counter(h2) "."counter(h3) " "}.outline-h4>.outline-item>.outline-label:before {    counter-increment: h4;    content: counter(h2) "."counter(h3) "."counter(h4) " "}.outline-h5>.outline-item>.outline-label:before {    counter-increment: h5;    content: counter(h2) "."counter(h3) "."counter(h4) "."counter(h5) " "}.outline-h6>.outline-item>.outline-label:before {    counter-increment: h6;    content: counter(h2) "."counter(h3) "."counter(h4) "."counter(h5) "."counter(h6) " "}.outline-h7>.outline-item>.outline-label:before {    counter-increment: h7;    content: counter(h2) "."counter(h3) "."counter(h4) "."counter(h5) "."counter(h6) "."counter(h7) " "}#write {    counter-reset: h2}h2 {    counter-reset: h3}h3 {    counter-reset: h4}h4 {    counter-reset: h5}h5 {    counter-reset: h6}h6 {    counter-reset: h7}#write h2:before {    counter-increment: h2;    content: counter(h2) " "}#write h3:before {    counter-increment: h3;    content: counter(h2) "."counter(h3) " "}#write h4:before,h4.md-focus.md-heading:before    {    counter-increment: h4;    content: counter(h2) "."counter(h3) "."counter(h4) " "}#write h5:before,h5.md-focus.md-heading:before {    counter-increment: h5;    content: counter(h2) "."counter(h3) "."counter(h4) "."counter(h5) " "}#write h6:before,h6.md-focus.md-heading:before {    counter-increment: h6;    content: counter(h2) "."counter(h3) "."counter(h4) "."counter(h5) "."counter(h6) " "}#write h7:before,h7.md-focus.md-heading:before {    counter-increment: h7;    content: counter(h2) "."counter(h3) "."counter(h4) "."counter(h5) "."counter(h6) "."counter(h7) " "}#write>h4.md-focus:before,#write>h5.md-focus:before,#write>h6.md-focus:before,#write>h7.md-focus:before,h4.md-focus:before,h5.md-focus:before,h6.md-focus:before,h7.md-focus:before {    color: inherit;    border: inherit;    border-radius: inherit;    position: inherit;    left: initial;    float: none;    top: initial;    font-size: inherit;    padding-left: inherit;    padding-right: inherit;    vertical-align: inherit;    font-weight: inherit;    line-height: inherit;}.CodeMirror-lines {    padding-left: 4px;}.code-tooltip {    box-shadow: 0 1px 1px 0 rgba(0,28,36,.3);    border-top: 1px solid #eef2f2;}.md-fences,code,tt {    background-color: #f8f8f8;    border-radius: 3px;    padding: 0;    padding-left: 4px !important;    padding-right: 4px !important;    font-size: 0.9em;}code {    background-color: #f3f4f4;    padding: 0 2px 0 2px;}.md-fences {    margin-bottom: 15px;    margin-top: 15px;    padding-top: 8px;    padding-bottom: 6px;}.md-task-list-item > input {  margin-left: -1.3em;}@media print {    html {        font-size: 13px;    }    table,    pre {        page-break-inside: avoid;    }    pre {        word-wrap: break-word;    }}.md-fences {background-color: #f8f8f8;}#write pre.md-meta-block {padding: 1rem;    font-size: 85%;    line-height: 1.45;    background-color: #f7f7f7;    border: 0;    border-radius: 3px;    color: #777777;    margin-top: 0 !important;}.mathjax-block>.code-tooltip {bottom: .375rem;}#write .md-fences:not([mermaid-type])  {    padding-top: 7px;    border-radius: 10px;    background-color: #282c34;    color: #eeeeee;}.code-tooltip .ty-input,.code-tooltip input {    color: #eee;}.CodeMirror-wrap .CodeMirror-scroll {    padding-top: 20px;}#write .md-fences:before {    content: "";    z-index: 4;    display: block;    position: absolute;    top: 7px;    left: 13px;    width: 15px;    height: 15px;    border-radius: 50%;    float: left;    background-color: #fa3534;}#write .CodeMirror-scroll:before {    content: "";    display: block;    position: absolute;    top: 0px;    left: 29px;    width: 15px;    height: 15px;    border-radius: 50%;    float: left;    z-index: 999;    background-color: #ff9900;}#write .md-fences::after {    content: "";    z-index: 4;    display: block;    position: absolute;    top: 7px;    left: 53px;    width: 15px;    height: 15px;    border-radius: 50%;    float: left;    background-color: #19be6b;}.CodeMirror-line .cm-number,.CodeMirror-line .cm-property {    color: #f08d49;}.CodeMirror-line .cm-variable-3,.CodeMirror-line .cm-qualifier,.CodeMirror-line .cm-variable-2 {    color: #FFCB6B;}.CodeMirror-line .cm-meta,.CodeMirror-line .cm-atom,.CodeMirror-line .cm-keyword{    color: #cc99cd;}.CodeMirror-line .cm-def,.CodeMirror-line .cm-variable {    color: #FFCB6B;}.CodeMirror-line .cm-builtin {    color: #82AAFF;}.CodeMirror-line .cm-comment {    color: #888;}.CodeMirror-line .cm-string,.CodeMirror-line .cm-string-2 {    color: #7ec699}.CodeMirror-line .cm-operator {    color: #67cdcc}.CodeMirror div.CodeMirror-cursor {    border-left: 1px solid #fff;    z-index: 3;}.CodeMirror-selected,.CodeMirror-selectedtext {    background: #666 !important;}.CodeMirror-line .cm-tag{    color: #F07178;}.CodeMirror-line .cm-bracket{    color: #FFF;}.CodeMirror-line .cm-attribute{    color: #FFCB6B;}

到此,相信大家对“Typora代码块怎么操作配色和标题自带序号”有了更深的了解,不妨来实际操作一番吧!这里是编程网网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

Typora代码块怎么操作配色和标题自带序号

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

Typora代码块怎么操作配色和标题自带序号

本篇内容主要讲解“Typora代码块怎么操作配色和标题自带序号”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Typora代码块怎么操作配色和标题自带序号”吧!效果:标题自带序号,代码块配色,代码
2023-06-08

编程热搜

  • Python 学习之路 - Python
    一、安装Python34Windows在Python官网(https://www.python.org/downloads/)下载安装包并安装。Python的默认安装路径是:C:\Python34配置环境变量:【右键计算机】--》【属性】-
    Python 学习之路 - Python
  • chatgpt的中文全称是什么
    chatgpt的中文全称是生成型预训练变换模型。ChatGPT是什么ChatGPT是美国人工智能研究实验室OpenAI开发的一种全新聊天机器人模型,它能够通过学习和理解人类的语言来进行对话,还能根据聊天的上下文进行互动,并协助人类完成一系列
    chatgpt的中文全称是什么
  • C/C++中extern函数使用详解
  • C/C++可变参数的使用
    可变参数的使用方法远远不止以下几种,不过在C,C++中使用可变参数时要小心,在使用printf()等函数时传入的参数个数一定不能比前面的格式化字符串中的’%’符号个数少,否则会产生访问越界,运气不好的话还会导致程序崩溃
    C/C++可变参数的使用
  • css样式文件该放在哪里
  • php中数组下标必须是连续的吗
  • Python 3 教程
    Python 3 教程 Python 的 3.0 版本,常被称为 Python 3000,或简称 Py3k。相对于 Python 的早期版本,这是一个较大的升级。为了不带入过多的累赘,Python 3.0 在设计的时候没有考虑向下兼容。 Python
    Python 3 教程
  • Python pip包管理
    一、前言    在Python中, 安装第三方模块是通过 setuptools 这个工具完成的。 Python有两个封装了 setuptools的包管理工具: easy_install  和  pip , 目前官方推荐使用 pip。    
    Python pip包管理
  • ubuntu如何重新编译内核
  • 改善Java代码之慎用java动态编译

目录