Help in producing a plugin for column markers
-
I’m new to the community and hope to be patient with my experience in this world. I use notepad++ for school notes using .txt files, I wanted to produce a plugin to help with this task. Its functions would basically be to automatically insert markers at the beginning of each sentence, different at each indentation level as in the figure. How should I start? Thank you very much in advance!
-
@Pedro-Henrique-Sousa-da-Silva ,
It sounds like you want to implement a bullet list or outline. You might want to read this discussion from the Fall, as there are relevant ideas.
Other than that, you will need to start with the User Manual’s Plugin section for getting started with plugin development.