generated from srid/rib-sample
-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Group zettels by matching tag #119
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adds a `?grouped` flag that enabled this behaviour.
Also reformat using default emacs flow thingy
felko
added a commit
to felko/neuron
that referenced
this pull request
Apr 19, 2020
srid
pushed a commit
to felko/neuron
that referenced
this pull request
Apr 21, 2020
Squashed commit of the following: commit ad81111 Merge: 87fdaf4 8a6a768 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Tue Apr 21 20:05:26 2020 +0200 Merge branch 'srid/query-tags' commit 87fdaf4 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Tue Apr 21 19:45:06 2020 +0200 Add zettel count to each tag in the tree commit 85bbe5f Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Tue Apr 21 18:50:49 2020 +0200 Refactoring, removed Neuron.Zettelkasten.Tag.Tree module commit aa30f4b Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Tue Apr 21 15:48:32 2020 +0200 Move tree rendering to Neuron.Zettelkasten.Link.View commit a71f23c Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Tue Apr 21 15:31:56 2020 +0200 Move tree spec module commit 67e5a1c Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Tue Apr 21 15:09:53 2020 +0200 Remove TagTree and RelTag commit e153f0c Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Tue Apr 21 14:36:58 2020 +0200 Seperate tree building in its own module commit 8a6a768 Merge: a7da37b c0ecc08 Author: Sridhar Ratnakumar <srid@srid.ca> Date: Mon Apr 20 22:56:11 2020 -0400 Merge branch 'master' into query-tags commit fd0237f Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Tue Apr 21 00:58:46 2020 +0200 Change back Tag internal representation to Text commit a7da37b Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Mon Apr 20 18:24:53 2020 +0200 Move tag tree spec in its own module commit 7067da8 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Mon Apr 20 17:38:26 2020 +0200 Move JSON and HTML representation of the tree commit 363818a Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Mon Apr 20 17:16:21 2020 +0200 Create separate module for the tag tree commit 1cc7d8c Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Mon Apr 20 17:02:51 2020 +0200 Revert to previous CLI format commit 790cbc6 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Mon Apr 20 16:39:50 2020 +0200 Remove query tags --list option commit e3acc3a Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Mon Apr 20 15:14:08 2020 +0200 Make mkTag a smart constructor, to avoid empty tags commit 263f680 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Mon Apr 20 15:04:22 2020 +0200 Remove useless toString commit 1c050e7 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Mon Apr 20 12:32:16 2020 +0200 Cleanup commit 143629b Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Mon Apr 20 12:09:46 2020 +0200 Change query CLI commit 47c9264 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Mon Apr 20 01:31:17 2020 +0200 Comments commit b94976a Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Mon Apr 20 01:24:19 2020 +0200 Refactor commit 54c74ac Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Mon Apr 20 00:52:19 2020 +0200 Remove duplicate code commit 5e1c10d Merge: c071a46 03c5fe8 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Mon Apr 20 00:47:47 2020 +0200 Merge srid/master to include srid#119 commit c071a46 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Mon Apr 20 00:30:13 2020 +0200 Finish tag tree view commit ee39bd7 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Sun Apr 19 18:47:17 2020 +0200 Remove TreeTheme type, default to (folded) tree view commit a94753c Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Sun Apr 19 16:27:12 2020 +0200 Add basic tag query view commit 2215744 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Sun Apr 19 16:26:55 2020 +0200 Fixed query interface commit e253196 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Sun Apr 19 16:26:26 2020 +0200 Fixed tag roots not being propagated commit 2c7b98e Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Sun Apr 19 16:03:38 2020 +0200 Use new RelTag type for the nodes of the tag tree commit 43b1da3 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Sun Apr 19 15:15:53 2020 +0200 Fix CLI commit d732ee0 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Sun Apr 19 15:08:18 2020 +0200 Add tag test commit 03f2e9d Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Sun Apr 19 15:07:11 2020 +0200 Don't fold tag/subtag when tag also exists by itself commit 9192c39 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Sun Apr 19 14:36:55 2020 +0200 Add tag tree specification (failing) commit a8a0cfd Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Sun Apr 19 13:17:04 2020 +0200 Add CLI interface to the tag tree commit a28dbb7 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Sun Apr 19 13:12:37 2020 +0200 Fix tag spec commit ac6372b Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Sun Apr 19 12:37:33 2020 +0200 Remove unused extensions commit 9d1f0c9 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Sun Apr 19 12:37:13 2020 +0200 Implement tag tree and tag folding commit 8cc0f64 Author: felko <baxbaxwalanuksiwe@gmail.com> Date: Sun Apr 19 12:35:30 2020 +0200 Change Tag internal representation to FilePath
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #118
Needs to be manually enabled using
?grouped
in the query.