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

Markup awareness #17

Open
hoelzro opened this issue Oct 4, 2018 · 0 comments
Open

Markup awareness #17

hoelzro opened this issue Oct 4, 2018 · 0 comments
Labels
typescript Tasks you need to know TypeScript to work on
Milestone

Comments

@hoelzro
Copy link
Owner

hoelzro commented Oct 4, 2018

It might be nice if the indexing process were aware of markup; here are some examples of why that might be useful:

  • Ascribe more weight to terms present in headings in a tiddler
  • (Optionally) omit URLs from searches (for example, I have a bunch of tiddlers in my wiki that point to projects on GitHub, so when I search for "github" I get inundated with results. Sometimes I just want to look for an idea I had about GitHub itself!)
  • (Optionally) omit code sections - both triple and single backticks. I often throw snippets of code into these, and I don't always want them showing up
  • Don't index terms in TiddlyWiki filters or widget invocations!

Obviously this adds some overhead; I would need to measure the impact of this first, and then I would probably want to put it behind a configuration flag.

@hoelzro hoelzro added the typescript Tasks you need to know TypeScript to work on label Oct 4, 2018
@hoelzro hoelzro added this to the Someday/Maybe milestone Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typescript Tasks you need to know TypeScript to work on
Projects
None yet
Development

No branches or pull requests

1 participant