Nitin Suresh

Results 10 comments of Nitin Suresh

Hi, I would like to take up this issue

@Siedlerchr no problem, I'll try one of the other issues

@koppor no problem, thank you!

@koppor that is great to hear! Thanks for adding the offline functionality for this feature

I would like to take up this issue!

Hi! Should [org.jabref.logic.exporter.MetaDataSerializer#serializeCustomEntryTypes](https://github.com/JabRef/jabref/blob/359dc320f5eb2f9a700ca3f01c049cf11dc2552a/src/main/java/org/jabref/logic/exporter/MetaDataSerializer.java#L157C1-L158C1) be updated so that custom entry types are always serialized to the `v2` format going forward?

Same here! 😄 Thankyou for the pointers! I think we would have to use `v2` in all cases where a custom `FieldProperty` is specified, even if it is just a...

> Thinking aloud: We should not do, because of too many changes in the bib file: write v1 always and v2 *additionally. The reader then needs to prioritize v2 over...

Hi @koppor, the parser has been updated so that [org.jabref.logic.importer.util.MetaDataParser#parseCustomEntryType](https://github.com/JabRef/jabref/blob/09683ed7df4bc03bfd71a4baddc46f77bcb5abb7/src/main/java/org/jabref/logic/importer/util/MetaDataParser.java#L36) can parse both v1 and v2 entry types. Regarding backward compatibility, it looks like even if we write both v1...

Thanks! I’ll look into support for that too