有留言说不起作用!
OK!
我把资源包放在上面,各位童鞋自己取一下!

链接: https://pan.baidu.com/s/1keRBtnPvFaz42hsaAgMbGg
提取码: z7zq

【如果链接失效,可以私信我,我会发给你】


里面还有我自己写的一些使用方法记录,都是草稿… 软件切记不要更新,你要更新就收费了!

==================================
这里是自己操作的,点击"文件"—>“偏好设置”—>“外观”

打开主题文件夹

文件代码(标题号是带有"."的)不需要的可以改掉

/** initialize css counter */
#write, .sidebar-content,.md-toc-content {counter-reset: h1
}#write h1, .outline-h1, .md-toc-item.md-toc-h1  {counter-reset: h2
}#write h2, .outline-h2, .md-toc-item.md-toc-h2 {counter-reset: h3
}#write h3, .outline-h3, .md-toc-item.md-toc-h3 {counter-reset: h4
}#write h4, .outline-h4, .md-toc-item.md-toc-h4 {counter-reset: h5
}#write h5, .outline-h5, .md-toc-item.md-toc-h5 {counter-reset: h6
}/** put counter result into headings */
#write h1:before,
h1.md-focus.md-heading:before,
.outline-h1>.outline-item>.outline-label:before,
.md-toc-item.md-toc-h1>.md-toc-inner:before{counter-increment: h1;content: counter(h1) ". "
}#write h2:before,
h2.md-focus.md-heading:before,
.outline-h2>.outline-item>.outline-label:before,
.md-toc-item.md-toc-h2>.md-toc-inner:before{counter-increment: h2;content: counter(h1) "." counter(h2) ". "
}#write h3:before,
h3.md-focus.md-heading:before,
.outline-h3>.outline-item>.outline-label:before,
.md-toc-item.md-toc-h3>.md-toc-inner:before {counter-increment: h3;content: counter(h1) "." counter(h2) "." counter(h3) ". "
}#write h4:before,
h4.md-focus.md-heading:before,
.outline-h4>.outline-item>.outline-label:before,
.md-toc-item.md-toc-h4>.md-toc-inner:before  {counter-increment: h4;content: counter(h1) "." counter(h2) "." counter(h3) "." counter(h4) ". "
}#write h5:before,
h5.md-focus.md-heading:before,
.outline-h5>.outline-item>.outline-label:before,
.md-toc-item.md-toc-h5>.md-toc-inner:before  {counter-increment: h5;content: counter(h1) "." counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) ". "
}#write h6:before,
h6.md-focus.md-heading:before,
.outline-h6>.outline-item>.outline-label:before,
.md-toc-item.md-toc-h6>.md-toc-inner:before {counter-increment: h6;content: counter(h1) "." counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) ". "
}/** override the default style for focused headings */
#write>h3.md-focus:before,
#write>h4.md-focus:before,
#write>h5.md-focus:before,
#write>h6.md-focus:before,
h3.md-focus:before,
h4.md-focus:before,
h5.md-focus:before,
h6.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;
}

重启就可以了!!!

typora免费版和自动生成序号代码相关推荐

  1. sqlaction 更新至 v0.2.1.0,自动生成 JDBC 代码的数据库持久层工具

    开发四年只会写业务代码,分布式高并发都不会还做程序员?   0.2.1.0        2019-04-17        calvin             * 新增拦截器"@@STA ...

  2. Intellij IDEA中使用MyBatis-generator 自动生成MyBatis代码

    2019独角兽企业重金招聘Python工程师标准>>> Intellij IDEA中使用MyBatis-generator 自动生成MyBatis代码 MyBatis Generat ...

  3. java自动生成数据库代码

    自从学习计算机以来,学习了很多知识,都是从网上学习的,特别感谢网络,经常自比网络的boy, 现在把我过去做的工具共享出来,希望给大家的工作与学习带来帮助. webtool自动生成数据库代码,支持mys ...

  4. jsp中设置自动换行_办公技巧—Word中如何设置自动生成序号

    我们经常会用到Word来编辑文档,经常需要在文档中插入各种序号.如果一个个手动输入这些序列号,会降低我们的工作效率.那么,这种情况下,我们该怎么办呢?今天,小编就教各位Word中设置自动生成序号的小技 ...

  5. 骚操作,简单修改源码,让你的postman自动生成POJO代码

    作者:鱼东东 cnblogs.com/yudongdong/p/14256060.html 修改postman工具的代码生成工具加入response自动生成POJO代码 image 如上图可以快速把请 ...

  6. mysql中怎样自动生成代码_MySql之自动生成CRUD代码

    MySql之自动生成CRUD代码 MyBatis能够通过获取MySql中的information_schema从而获取表的字段等信息,最后通过这些信息生成代码. 笔者受此启发,将MyBatis-Gen ...

  7. mybatis generator自动生成sqlmap代码的不完善之处以及解决方法

    mybatis generator自动生成sqlmap代码的不完善之处以及解决方法 参考文章: (1)mybatis generator自动生成sqlmap代码的不完善之处以及解决方法 (2)http ...

  8. java插件开发_编写一个IDEA插件之:自动生成Java代码

    我很喜欢IDEA的一键自动生成代码功能,例如自动生成构造方法.字段的Get/Set方法.ToString方法等等,除此之外,也有一些插件提供自动生成代码的功能,例如我们所熟悉的GsonFormat插件 ...

  9. Typora设置标题自动添加序号

    仅供学习,转载请注明出处 打开文件 - 偏好设置 - 打开主题文件夹 设置css样式 创建一个空文件,命名为base.user.css. 里面粘贴如下内容保存后重启Typora,输入标题时会自动出现序 ...

最新文章

  1. 微服务实战之春云与刀客(三)—— 面向接口调用代码结构实例
  2. SQL Server 2008如何创建定期自动备份任务
  3. ubuntu小企鹅输fcitx入法乱码问题
  4. Mac OSX Android 开发环境 模拟器报错
  5. android加载本地图片
  6. Linux之iNodeclient客户端定制和安装
  7. 计算机系统的确认与验证,确认与验证(指南).pdf
  8. 分享一个USB转杜邦线 5V取电的3D打印件,附3D打印文件
  9. C4D R26 安装教程
  10. 参数检验和非参数检验(结合SPSS分析)
  11. 一个MySQL优化案例的初步思路(r8笔记第87天)
  12. 自动化测试的优缺点分析
  13. ai中如何插入签名_怎么将CAD中插入图片的多余部分抠掉?如何设置透明效果?...
  14. 【技术类】Landsat 7 ETM+影像条带去除妙招
  15. AWS 中文入门开发教学 28- 链接Rout53和freenom - 设置托管区(Hosted Zone)和名字服务器(NS)
  16. List 集合对象比较大小
  17. wordCount的解析
  18. Python爬虫:获取糗事百科笑话
  19. DDA直线插补算法原理与实现(matlab)
  20. TurboMail邮件系统邮件归档模块介绍

热门文章

  1. Unity3D面试——真实的面试
  2. android修改默认输入法
  3. bm16 bm4 bm17
  4. 自由之剑之游侠在线使用方法(三)
  5. TKO 2-1基本贪心问题之 硕鼠的交易
  6. 密码MD5加盐加密----注册、校验、修改模块
  7. __attribute__ 详解 1
  8. 才华横溢的读者,让我迷失了。。
  9. 数模笔记(一):线性规划、整数规划及非线性规划1.0
  10. Apache+php+mysql在windows下的安装与配置图解