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

Enhancement Request: Dynamic Tags #220

Open
j8h9 opened this issue Jun 9, 2015 · 3 comments
Open

Enhancement Request: Dynamic Tags #220

j8h9 opened this issue Jun 9, 2015 · 3 comments

Comments

@j8h9
Copy link

j8h9 commented Jun 9, 2015

This would be very helpful. I create a text file of tags and store on the server. Rather than me keyin in a bunch of tags, shaarli would read the tag file-- scan the article and dynamically, automatically format the tags for the link/article.

Would be best if user could see edit/modify the generated tags before hitting the add link button.

If the tag cyberattack was found in the tags file and shaarli found that word in the article--would format that tag.

@nodiscc
Copy link

nodiscc commented Jun 9, 2015

Shaarli would need to

  1. Check the Content-Type for the added links
  2. If Content-type is text, download the whole page before matching it to a list of tags.
  3. Display the addlink/editlink dialog with the tags pre-filled.

Step 2. would seriously slow down display of the addlink dialog if the page is large enough or if the server is slow.

I agree a semi-automatic way to populate tags would be great.

@j8h9
Copy link
Author

j8h9 commented Jun 15, 2015

all good points. thanks for consideration. how much auto-create tags just on TITLE?

 On Tuesday, June 9, 2015 6:24 PM, nodiscc <[email protected]> wrote:

Shaarli would need to

  • Check the Content-Type for the added links
  • If Content-type is text, download the whole page before matching it to a list of tags.
  • Display the addlink/editlink dialog with the tags pre-filled.
    Step 2. would seriously slow down display of the addlink dialog if the page is large enough or if the server is slow.I agree a semi-automatic way to populate tags would be great.—
    Reply to this email directly or view it on GitHub.

@nodiscc
Copy link

nodiscc commented Jun 15, 2015

how much auto-create tags just on TITLE?

If you can provide a patch I would merge it in the https://github.com/shaarli/shaarli/ fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants