I currently have an indicator (drawing tool) to create a custom text note. This indicator lets me create custom template with predefined line of text. The text is held in the note.txt file. Each template in the notes.txt file is separated by new line. This indicator also lets me use only "Enter" button instead of default hotkey combination "Enter + alt" when creating a new line of text on chart.
Each line of text which I create in the notes.txt file apears in the drawing tools menu as a separate template.
What I would like to have is:
- A separator which would let me have multiple lines of text inside created as a template instead of only 1 line of text for each note.
- To have only a 1st line of the text visible in the drawing tool menu (just like it is right now)
I'm sending a screenshot of the menu as well as the code of the indicator itself
I would appreciate if you at least take a look a that and point me in the direction of how to resolve it.
Thank you

Comment