Jiawei Duan

Results 40 comments of Jiawei Duan

> @BlackFrankFTM2 If it happens on "Apply and close" and you were trying to rename many files, this is caused by the API that is actually renaming times (files/folders). IF...

> @RoadToDream Would you mind opening separate issue for that and attach bug report there? Thanks Sure. But unfortunately I may not reproduce this issue for now. I will create...

If anyone experienced this issue, please try modifying ``` NSDictionary *attributes = [[NSDictionary alloc] initWithObjectsAndKeys: boldItalic, NSFontAttributeName, [NSNumber numberWithDouble:2.0], NSBaselineOffsetAttributeName, nil]; ``` to ``` NSDictionary *attributes = [[NSDictionary alloc] initWithObjectsAndKeys:...

Got it. Can be fixed in the next release.

Hi, it's definitely possible to implement this feature as both biorxiv and arxiv provide api access to their database. It can be a great addon to the code, but unfortunately...

> Any chance of being able to download / refresh the abstract? Yes. But abstract from doi general doesn't have good quality, that's why it's not added at the first...

Hi, it would be great if you can provide a sample doi. This extension uses metadata retrieved from `doi.org`. If it doesn't have correct metadata, there is nothing we can...

crossref is for sure possible, but it generally has worse abstract just from my experience. I can add an option to configure metadata source. Thank you for letting me know!

Let's keep this open until it's merged. You can download the test release from pull request's auto build #5.

Thanks @dnschouten and @JohnEPierce , will update the README later.