OneNote代码高亮插件(NoteHighLight)下载及安装教程
- 2021-11-30
- 来源/作者: 菜鸟图库/ 菜鸟图库
- 1069 次浏览
今天朋友推荐了一个onenote插件,用于代码的高亮显示
下载链接:
32位的officehttps://pan.baidu.com/s/1hsu6glA
64位的office(应该是这个)https://pan.baidu.com/s/1slgG6LJ
安装方法:
打开onenote,双击安装。
效果图
那我们现在来尝试一下吧
在onenote中输入下列代码:
deftest():
i=0
whilei<5:
temp=yieldi
print(temp)
i+=1
t=test()
print(next(t))
在onenote中的效果:
点击左下角可更换背景色:
标签(TAG) OneNote代码高亮插件 NoteHighLight