Markdown编辑神器Typora的安装
Tofloor
poster avatar
dechin
deepin
2019-06-19 06:05
Author
之前看过几篇Typora在Deepin上面的安装教程,基本都是用的官方提供的那个Ubuntu的安装方法,经过多次尝试之后,推荐大家还是按Mint的来:
  1. # or use
  2. # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE
  3. wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -

  4. # add Typora's repository
  5. echo -e "\ndeb https://typora.io/linux ./" | sudo tee -a /etc/apt/sources.list
  6. sudo apt-get update

  7. # install typora
  8. sudo apt-get install typora
Copy the Code
这个安装方法应该能避免由add-apt-repository导致的一系列问题。最后展示一下安装成功的效果图

Reply Favorite View the author
All Replies
avatar
闰土啊我是猹
deepin
2019-06-19 06:32
#1
自带应用商店就有,命令的话 直接sudo apt-get install typora就可以了 深度源可以直接安装
Reply View the author
avatar
dechin
deepin
2019-06-19 06:38
#2
https://bbs.deepin.org/post/179485
自带应用商店就有,命令的话 直接sudo apt-get install typora就可以了 深度源可以直接安装 ...

刚找了一下发现确实有,不好意思眼瞎了。不过直接apt install我试过用不了,才去找的教程
Reply View the author
avatar
zihaoxing
deepin
2019-06-20 18:52
#3
我用的是有道云笔记和Jupyter notebook上的markdown功能
Reply View the author
avatar
dechin
deepin
2019-06-20 22:06
#4
https://bbs.deepin.org/post/179485
我用的是有道云笔记和Jupyter notebook上的markdown功能

有道和Jupyter我都用过,都只能用源码格式,不支持预览,感觉Typora还是当前Markdown第一神器
Reply View the author
avatar
chenli
deepin
2019-06-21 08:35
#5
这个直接去过官网下载不就可以了
Reply View the author
avatar
zihaoxing
deepin
2019-06-23 06:06
#6
我现在已经不用Typora,直接在vim里装个markdown插件,全程用vim了
Reply View the author