• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

markdown-to-html

a atom package for save markdown to html
  • #markdown
  • #html
huangjinlin
0.5.0 18,440
4
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

atom-markdown-to-html

a atom package for save markdown to html

features

  • press "ctrl+s" to convert markdown to html in same path
  • the html style from github and has toTop button
  • ignore some md file,when have <!--not to html-->/<!-- not to html --> in file

installation

apm install markdown-to-html

debug

#open devtool 
Ctrl+Shift+I
#reload 
Ctrl+Shift+F5/window reload(in command pannel)/Ctrl+R(in devtool)
#clear console 
Ctrl+L(in devtool)

publish

# first time 
git tag -a v0.0.1 -m "release 0.0.1 version"
git push origin --tags
apm publish minor
# other time 
apm publish minor

tip

  • how to active when init remove activationCommands in package.json
"activationCommands": {
  "atom-workspace": "markdown-to-html:toggle"
},

refer to

  • Atom插件开发入门教程
  • package-word-count
  • package-generator
  • atom-markdown-toc-auto
  • uglify-on-save
  • git 打标签并推送tag到托管服务器

##todo

  • 配置页面-保存文件执行转换的开关
  • 通过命令执行

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by