Child Note without name
I have several child notes, it would be nice to see names on the notes indicating contents. Now there is no name, just the icon.
Using Zoter0 4.0.4
Using Zoter0 4.0.4
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Could you take a screenshot that shows both the text of a note in the right panel and the middle panel (where it's missing the title according to you) upload it to a free image hosting site like imgur.com and provide the link here?
I noticed it when I had cut and then pasted info into a note. It didn't not show up as the name.
Creating a note and typing it did. It was weird. I'll try and see if I can reproduce it. And provide screen shots.
I can't remember exactly what I was doing. I know I pasted a note and it didn't show up.
I think I also selected text from a webpage and clicked Create Zotero Item and Note from Selection.
But I can't reproduce any of that now. Sorry.
It it happens again, I'll report back.
(I'm not even certain what version I was using...probably 4.x but not sure.)
I can toggle the quote icon and the first line appears and disappears.
Let me know if you still need screenshot or the html.
Edit so that blockquote doesn't blockquote! :)
Changing to normal text , still wll not make any difference
<blockquote>Test</blockquote>
<p>Foo</p>
Be aware when testing this that currently the middle pane isn't updated when you exit HTML view. You have to make another change to the note in the normal view or click away from the note.
It does not work with your suggestion either.
As you can see I have many issues with Zotero and most have not been solved
your example works for me, but try:
<blockquote>
<p>Test</p>
</blockquote>
<p>Foo</p>
<p> </p>
which is what the rich text editor produces. (the last two lines aren't necessary, I just included them so the tests are otherwise equivalent).
@Beckengel - if you would like to help troubleshoot the problem you're experiencing, please provide the output requested by Dan. Otherwise, please go way.
The alternative would be trimming all opening whitespace, but if you purposely add an empty paragraph at the top of the note, I'm not sure there should be a title. (There is, however, a title if you just add a line break, because that's encoded as "<p><br />Foo</p>", and nsIDOMParser.parseFromString(), which we use in Zotero.Utilities.unescapeHTML(), appears to strip line breaks.)
Just by way of explanation: I have had this problem for a while now (missing title in note), and I just now found out the reason and solution for it. Quick fix: delete the StartFragment tag in each note. Proper fix: fix your parsers.