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

Ability to tag individual paragraphs with tags written into the notes #29

Closed
MrCredible opened this issue Aug 18, 2020 · 3 comments
Closed
Assignees

Comments

@MrCredible
Copy link

Example:

Provide links to code repos to #bob on #python scripts

@WetHat WetHat self-assigned this Sep 3, 2020
@WetHat WetHat added this to the Next Release milestone Sep 3, 2020
@WetHat
Copy link
Owner

WetHat commented Sep 3, 2020

Hi @Spectrem12,

Tagging and linking to individual paragraphs with hashtags via the addin would destrastically impact performance, because:

  • The tagging relies on the Onenote search infrastructure
  • the OneNote search infrastructure does not understand hashtags.
  • page text would need to be scanned for hashtags (rather than using the search service).

However I can imagine following approach:

1 Extend the Tag Pages -> Presets->Tags From Current Page` action to search for hashtags in the page text
2. Promote the hashtags found in the page text to regular page tags

I also would suggest to make this feature optional (configurable).

Advantages

  • This allows the hashtags to take part in facetted search.
  • Same performance as page tags
  • Minor use model change only

Disadvantages

  • If hashtags are added/deleted from page text, the Presets -> Tags From Current Page needs to ve (re-)executed manually to update the page tags.

What do you think?

@WetHat
Copy link
Owner

WetHat commented Oct 26, 2020

Using a similar approach as described in #35. The hashtags found in the page text are promoted to page tags and can participate in facetted search.

@WetHat
Copy link
Owner

WetHat commented Nov 9, 2020

Fixed in this feature release

@WetHat WetHat closed this as completed Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants