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

Remove hardcoded index zettel #30

Merged
merged 3 commits into from
Mar 28, 2020
Merged

Remove hardcoded index zettel #30

merged 3 commits into from
Mar 28, 2020

Conversation

srid
Copy link
Owner

@srid srid commented Mar 28, 2020

"index.md" is now no longer hardcoded as the overview zettel. Therefore we now have multiple roots, thus the tree becomes a forest.

Consequently,

  • "Dangling zettels" list is no more. Because the forest is now generated with all mother vertices as the initial vertices. This is one step towards the clustering feature in Cluster detection #18
  • "Clusters" sections is removed as well. It was a misnomer, which actually showed the strongly-connected components (makes no sense in a zettelkasten).
  • Max depth of the left-side tree in the connections pane is now set to 2

As well as the notion of "Dangling" zettels, because we now call
dfsForestFrom with all mother vertices.
@srid srid added this to the 0.2 milestone Mar 28, 2020
@srid srid marked this pull request as ready for review March 28, 2020 14:40
@srid srid merged commit f2397e4 into master Mar 28, 2020
@srid srid deleted the remove-indexZettel-dangling branch March 28, 2020 14:42
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.

1 participant