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

Update Readme.md #35

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,17 @@ Uses git [pre-commit](https://pre-commit.com/) to integrate with your git workfl
- [X] Duplicate Alias: If using something like [logseq aliases](https://unofficial-logseq-docs.gitbook.io/unofficial-logseq-docs/beginner-to-advance-features/aliases), make sure they are always unique (also compares them to filenames).
- [X] Broken Wikilink: Some wikilinks linked resource does not exist. Maybe you should create the page, or maybe the link title is misspelled?
- [X] Unlinked Text: Text was detected which is very similar to some file title or alias. Maybe you should wrap it as a link?
- [ ] RelatesTo: At least in logseq, I find it annoying the graph wont show two items as linked if they are linked within the same block. These will identify that and force you to link them in the frontmatter.
- RelatesToParagraph: Two wikilinks in the same paragraph
- RelatesToListItem: Two wikilinks in the same list item
- RelatesToListItemDescendant: One wikilink in a sublist item of another wikilinks listitem
- RelatesToNotFound: delete a relation which doesnt match any of the above for cleanliness

# Future

- [ ] LSP Implementation
- [ ] Logseq Plugin

## Maybe

Id like to see if there are other plugins for these before implementing them myself.

- [ ] Missing "Related To":
- [ ] If one block contains 2 or more wikilinks, add each of them to each other's "Related To"
- [ ] If one block with a wikilink has a subblock with a wikilink, add each of them to each other's "Related To"

# Compatibility

- [X] Logseq Folder Structure
Expand All @@ -43,6 +40,7 @@ Id like to see if there are other plugins for these before implementing them mys
- [X] Logseq Aliases (in Yaml Front Matter)
- [X] `[[url]]` and `[[title|url]]` style wikilinks
- [X] #[[url]] and #url tags
- [ ] Marksman [[#url]] tags
- [ ] Logseq properties ":: style" (Won't implement, use yaml front matter)
- [ ] Obsidian Folder Structure (Unknown, PRs welcome)
- [ ] Obsidian Aliases (Unknown, PRs welcome)
Expand Down
Loading