Skip to content
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

Introduce save actions #716

Merged
merged 7 commits into from
Jan 26, 2016
Merged

Introduce save actions #716

merged 7 commits into from
Jan 26, 2016

Conversation

lenhard
Copy link
Member

@lenhard lenhard commented Jan 26, 2016

This PR introduces the save actions feature described in #116

It is possible to configure a net.sf.jabref.logic.formatter.Formatter to be applied for the content of a specific field. All formatters in net.sf.jabref.logic.formatter are available.

To support file sharing, the save actions are configured in the meta data of a file as a comment, in the following syntax:

@comment{jabref-meta: saveActions:title;LowerCaseChanger;}

This above save action applies the LowerCaseChanger for the content of every title field on save.

In the future, we need to enable the configuration of save actions via the UI in the database properties.

@lenhard lenhard added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Jan 26, 2016
simonharrer added a commit that referenced this pull request Jan 26, 2016
@simonharrer simonharrer merged commit d9b7f64 into master Jan 26, 2016
@simonharrer simonharrer deleted the introduce-save-actions branch January 26, 2016 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants