-
Hello! I have a need to sometimes capture somewhat longer notes, e.g.: 130 lines, 20 sentences, 829 words, and 5041 characters. However, when I do |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, I'm going to close this comment, but feel free to open again if my answer isn't sufficient. |
Beta Was this translation helpful? Give feedback.
Yes,
ekg-display-note-template
. The default is:%n(id)%n(tagged)%n(titled)%n(text 500)%n(other)
, so it will show 500 words of text from the input. You can change that to any other value. The manual has more information.I'm going to close this comment, but feel free to open again if my answer isn't sufficient.