-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.0.2 not recognizing notes #295
Comments
😅 I 'd forgetten to parse it |
Hmm looks like the new version (4.0.3) is already installed on my machine but it still doesn't work. Am I probably missing something? |
Looks like I got it wrong. Instead of writing note: Some note I tried to use it like: note:
* First note line
* Second note line
* ... Somehow multi-line notes don't seem to be supported without using HTML. Any plans to support that? |
In my settings, it's "revealjs.notesSeparator": "^Note:" I think it would be case-sensitive (meaning you have to have Note: and not note:. Either way, it's still not working in my 4.0.3 install on Windows 10. |
I tried playing more with it and got this to work:
But as @orgi pointed out, it won't work for multi-line notes. Bullets (from markdown) in notes are very useful. |
@evilz any chance to get this working with multi-line markdown, as discussed at #295 (comment) |
Multiline notes are working within the <aside class="notes" data-markdown="">
my comment
<!-- NO BLANK LINES -->
- item1
- item2
- item 2.a
- item 2.b
- item 3
<br>
more comments
</aside> |
You are right. Actually you can add If someone want to code the note parser I took it :p |
The
Note:
separator which used to work (3.4.x?) does not work in 4.0.2:In 3.4.x (?) I think I was using the vscode setting:
In any case, it was working. Now it's not.
A work-around now is to wrap the note in
<aside class="notes">
(is not shown, and shows in speaker notes):The text was updated successfully, but these errors were encountered: