在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Edditoria/markdown-plus-plus开源软件地址(OpenSource Url):https://github.com/Edditoria/markdown-plus-plus开源编程语言(OpenSource Language):JavaScript 100.0%开源软件介绍(OpenSource Introduction):Markdown Syntax Highlighting for Notepad++This repo "markdown-plus-plus" is a project to support Markdown syntax highlighting in Notepad++. It is done via various User Defined Language (UDL) XML files. All UDLs are carefully designed by human, rather than generated by machine. You can simply consume the UDL XML file that matches your favorite theme, or config your own using the build system. Thanks for encouragements and comments. This repo is not only for myself anymore. It's for everyone. Love Notepad++? Need to write docs in Markdown? This repo is made for you. Key Changes from v2 to v3
Screenshots
Supports file extensions: UsageNode.jsIf you had installed Node.js in your system, you can use :: Check whether you have Node.js installed
node -v
:: Go to UDL folder of Notepad++. Usually...
cd %AppData%\Notepad++\userDefineLangs
:: Example: Download Zenburn UDL file
npx markdown-plus-plus zenburn
:: Read help for details
npx markdown-plus-plus --help Download Manually
Enjoy!! LimitationsNeed your input to solve the following problems:
Build Your Own UDL FilesThe best way to build your own UDL file is to fork this repo. You need to install Node.js in your system. :: In your dev folder
git clone https://github.com/Edditoria/markdown-plus-plus.git
cd markdown-plus-plus
npm install
:: Play around. Finally, run the build script
npm run build For details, please read the document: build-workflow.md OptionsOptions are reviewed in v3. In each config file in the config folder, you can adjust for your own build. Here are some examples:
For details, please read the document: build-workflow.md Contributiontl;tr For pull request, please merge from your new branch into my master branch (recommend enabling "Allow edits from maintainers"); Or, propose a file change in Github directly; Or, hit me a message via issue page or my social contacts. For details, please kindly read CONTRIBUTING.md. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论