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

add document tagging #186

Merged
merged 1 commit into from
Jun 15, 2024
Merged

add document tagging #186

merged 1 commit into from
Jun 15, 2024

Conversation

cloverich
Copy link
Owner

Adds a basic interface for tagging documents, searching by tags, and quick-links for available tags / search to the sidebar. The implementation is very basic:

  • Documents can be tagged with text, at the top level
  • Documents can be searched by tags, with tag:<mytagtext>
  • No tagging support within document text (but maybe in the future, Support #tagging within document text #185)

The design is also basic. Ugly really. Butand inline with my sprints approach I kept the design minimal and used existing components, expecting to fully re-work design in the upcoming sprint #169

document tags

Tags will show up in the sidebar, with clickable search shortcuts. I used the same style as journal searching:

sidebar

Closes #126

adds a basic interface for tagging documents, searching by tags, and quick-links for available tags / search to the sidebar
@cloverich cloverich merged commit 061619d into master Jun 15, 2024
2 checks passed
@cloverich cloverich deleted the tagging branch June 15, 2024 15:43
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

Successfully merging this pull request may close these issues.

Tagging
1 participant