You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add whatever content to the notes but don't add any comment block. So, something like this:
This is my note
Save and quit.
Try to print out the note notes foo
Nothing gets printed out.
It works as soon as I add a comment block to the first line of the file.
Sometimes I just have random notes that are not related to any program in specific, so they don't feature snippets or comments or anything like that. The note itself is the comment.
The text was updated successfully, but these errors were encountered:
Interesting 👍 I think I can easily make it output the file if there are no comments for example, but the parsing into separate notes (for searchability) would be difficult.
Right now a file like this:
# subject 1
command 1
# subject 2
command 2
is parsed into 2 notes, and the explanation (# part) is colorized.
Maybe I can parse newlines as the end of 1 note, if there are no comments at all or something like that.
You could hack it right now by just using an empty comment by the way ;-)
Steps to reproduce:
notes foo
notes foo
Nothing gets printed out.
It works as soon as I add a comment block to the first line of the file.
Sometimes I just have random notes that are not related to any program in specific, so they don't feature snippets or comments or anything like that. The note itself is the comment.
The text was updated successfully, but these errors were encountered: