user-configurable maximum length of note's title
What would it take to make the supported maximum length of a note's title (what is displayed in Zotero's title pane or what is displayed when a note is used as reference in a document) user configurable? Right now a note's title text is truncated to 120 chars.
thanks,
H
thanks,
H
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.
https://github.com/zotero/zotero/issues/303
edit: I don't think the reference in a document issue is going to be taken into account - that's just kind of a byproduct and to make notes truly useful for that purpose would require more substantial (though imho highly useful) changes
it is in "zotero-standalone-build\modules\zotero\chrome\content\zotero\xpcom\data\notes.js", line 30
After changing the limit to some bigger number (in my case I used 500) and building the standalone version as described in http://www.zotero.org/support/dev/client_coding/building_the_standalone_client,
I now have a zotero version with a more useful notes feature.
kindly,
Hans