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

[Feature Request] Custom fields #530

Open
hany606 opened this issue May 20, 2024 · 4 comments
Open

[Feature Request] Custom fields #530

hany606 opened this issue May 20, 2024 · 4 comments
Labels
feature-request New feature request high-priority high priority

Comments

@hany606
Copy link

hany606 commented May 20, 2024

Add an extra field in the metadata for a prefix name of the document. This prefix name is assigned by the user. Sometimes, I want to add the method name (which is not simply the {firstchartitle})

So, I can create a custom renaming format like:
{prefix}-{title}.pdf

Also, this field would be great if it is searchable.

Great application, I really like it!

@hany606 hany606 added the feature-request New feature request label May 20, 2024
@GeoffreyChen777
Copy link
Member

For filename, i would say we really don’t recommend directly accessing papers via the OS file manager.

Could you describe the reason why you do that?

For searchable field, you can write your prefix in the note field.

@hany606
Copy link
Author

hany606 commented May 20, 2024

Yes, I agree with you. I would prefer to modify this prefix field and it is automatically added to the name without the direct access via the OS file manager, because I think it corrupt the linking between the file and the item.

Also, when the file is renamed, it is easy to open the file directly using spotlight search in mac

@GeoffreyChen777
Copy link
Member

Ah, I got you, it's for spotlight.

Currently, it's unsupported.

But I would say I have a bigger plan for this.

What if I add three custom fields for the metadata.

{
  title: string,
  author: string,
  ...
  customField1: {
    name: string,
    value: string
  },
  customField2: ...,
  customField3: ...
}

Users can rename the customField, input your prefered value via the editing view, and display it in the mainview.

Also you can use it for the file renaming.

Most importantly, It would be good for extension developers as they can display some custom information in the custom field.

@hany606
Copy link
Author

hany606 commented May 20, 2024

That looks a good idea!

@GeoffreyChen777 GeoffreyChen777 added the high-priority high priority label May 20, 2024
@GeoffreyChen777 GeoffreyChen777 moved this to Todo in Paperib May 20, 2024
@GeoffreyChen777 GeoffreyChen777 changed the title [Feature Request] Add prefix name for the title [Feature Request] Custom fields May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature request high-priority high priority
Projects
Status: Todo
Development

No branches or pull requests

2 participants