Skip to content

cmooony/NppMarkdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NppMarkdown

a markdown plugin for notepad++

Dependence

Build from source

build boost

  • unzip boost_1_57_0.zip to D:/
  • open VS2013 -> VS Tools -> VS2013 Command Line
  • cd /d D:/boost_1_57_0
  • run bootstrap to generate bjam.exe
  • run bjam --toolset=msvc-12.0 --build-type=complete
  • add Include Directories with 'D:\boost_1_57_0\boost'; add Library Directories with 'D:\boost_1_57_0\stage\lib'

build NppMarkdown

About

a markdown plugin for notepad++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.4%
  • C 7.5%
  • Objective-C 1.1%