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

Fix broken links; upgrade Dendron to fix Firefox experience #587

Merged
merged 7 commits into from
Jul 12, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .brokignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ https://www.meta.org/
https://opensource.com

# 404
https://alanionita.github.io
http://alanionita.github.io/
2 changes: 1 addition & 1 deletion .github/workflows/url-auditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
dpkg -i brok-1.1.0_x86-64-linux.deb
- name: Run brok
run: |
brok --ignore $(cat .brokignore) $(find . -path ./data -prune -type f -name "*.yml") $(find . -type f -name "*.md") > /dev/null
brok --ignore $(cat .brokignore | grep -v '^#') $(find . -type f -name "*.yml") $(find path -type f -name "*.yml") $(find . -type f -name "*.md") > /dev/null
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: 9Id5LUZFfM1m9djl6KgpP
title: Incompatible Extensions
desc: ""
updated: 1651210910978
updated: 1657585585468
created: 1642340936718
---

Expand Down Expand Up @@ -70,7 +70,7 @@ Markdown links adds the capability to view links between Markdown files as a gra

This capability is natively provided by Dendron's `Show Note Graph` command.

## [Dendron Markdown Links](https://marketplace.visualstudio.com/items?itemName=dendron.dendron-markdown-links)
## Dendron Markdown Links

extension id: `dendron.dendron-markdown-links`

Expand Down
4 changes: 2 additions & 2 deletions vault/dendron.topic.extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: 301e4129-6933-4be7-a4bd-8125171360d8
title: Extensions
desc: ''
updated: 1642014857234
updated: 1657583713248
created: 1596643515473
stub: false
---
Expand All @@ -28,7 +28,7 @@ Extensions officially published by Dendron, but aren't bundled by default when D

These extensions were previously bundled or recommended for installation with the Dendron extension. They no longer are, and are only listed here for the purposes of showing they are no longer recommended or supported.

- [Dendron Markdown Links](https://marketplace.visualstudio.com/items?itemName=dendron.dendron-markdown-links)
- **Dendron Markdown Links**
- Graph View
- [Dendron Markdown Preview Enhanced](https://marketplace.visualstudio.com/items?itemName=dendron.dendron-markdown-preview-enhanced)
- live Markdown preview
Expand Down
Loading