How can I use bullets and Numbering in Notepad++? [closed]

╄→гoц情女王★ 提交于 2020-01-22 17:31:47

问题


Is there a way I can have bullets and numbering in Notepadd++ for lists.


回答1:


Notepad++ is just a text editor. As long as no-one implements a custom plugin that takes advantage of special unicode characters looking like bullets, you probably need to stick with "-" and "1)" kind of syntax.




回答2:


Notepad++ doesn't support this, as it is a text editor. However, on Windows we have "Alt codes" for all text fields, and the text field in Notepad++ is no exception. The "Alt code" for a bullet point is Alt + 7. Make sure you use the number pad.

Alternatively, just write a nice ASCII hyphen. Your text file's readers will thank you!

Indentation can be done with just tabs or Edit->Indent menu



来源:https://stackoverflow.com/questions/5373015/how-can-i-use-bullets-and-numbering-in-notepad

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!