dendronhq / dendron-site

Getting started with Dendron
https://wiki.dendron.so
MIT License
125 stars 154 forks source link

Updates to the Extensions page on the Dendron Wiki #359

Closed micharris42 closed 2 years ago

micharris42 commented 2 years ago

The Extensions page on the Dendron Wiki should be updated.

The Dendron Snippet Maker extension is currently not included at all, either under "Bundled" or "Archived / Deprecated". As it is not bundled with Dendron, it is most likely deprecated and should be added underneath the latter heading. The Tag Search extension most likely falls under the same category.

Additionally, the content of "Other VS Code Extensions" is not displayed properly. The section only contains the error message: "Start anchor other-vscode-extensions not found".

Lastly, while the "Other VS Code Extensions" links to the Tips page, there are other recommended extensions scattered throughout the wiki. For example, the Markdown page recommends the Text Tables extension. These extensions should also be aggregated on the Extensions page.

Thank you.

SeriousBug commented 2 years ago

Thanks for reporting this, I believe this should go to the Dendron wiki repository. I'll transfer the issue.

SeriousBug commented 2 years ago

I believe @ScriptAutomate has fixes/is fixing some of these issues already, but I'll tag him as a reminder.

ScriptAutomate commented 2 years ago

The Dendron Snippet Maker extension is currently not included at all, either under "Bundled" or "Archived / Deprecated". As it is not bundled with Dendron, it is most likely deprecated and should be added underneath the latter heading.

Fixed, will be in published to public docs at end of week: https://github.com/dendronhq/dendron-site/commit/42ab9d6a0f356076d84a8af56b86698d893237c7

The Tag Search extension most likely falls under the same category.

I was wondering where this came from, as it isn't officially published by Dendron. It looks like Tag Search appears in one place in our docs as a mention from a community member contribution:

Additionally, the content of "Other VS Code Extensions" is not displayed properly. The section only contains the error message: "Start anchor other-vscode-extensions not found".

Fixed, will be in published to public docs at end of week: https://github.com/dendronhq/dendron-site/commit/e245969f3b13a4ca00db475f0d1062edeaaf2777

Lastly, while the "Other VS Code Extensions" links to the Tips page, there are other recommended extensions scattered throughout the wiki. For example, the Markdown page recommends the Text Tables extension. These extensions should also be aggregated on the Extensions page.

A broader discussion around this is taking place here, where that extension (along with others) are being collected. We'd love for you to join the conversation there!

Filtering with:

grep -irn 'https://marketplace.visualstudio.com' vault/*.md | 
  sed 's:.*\https:https:g' | 
  tr -d ')>:' | sed 's:\ .*::g' | 
  sed 's:\&utm.*::g' | 
  grep -v license | 
  sort | 
  uniq 

I get:

https//marketplace.visualstudio.com/items?itemName=aaronpowell.vscode-profile-switcher
https//marketplace.visualstudio.com/items?itemName=adamwalzer.string-converter
https//marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
https//marketplace.visualstudio.com/items?itemName=ban.spellright
https//marketplace.visualstudio.com/items?itemName=CodeStream.codestream.
https//marketplace.visualstudio.com/items?itemName=cyberbiont.vscode-open-in-typora
https//marketplace.visualstudio.com/items?itemName=d3vr.tag-search
https//marketplace.visualstudio.com/items?itemName=dendron.dendron-markdown-links
https//marketplace.visualstudio.com/items?itemName=dendron.dendron-markdown-preview-enhanced
https//marketplace.visualstudio.com/items?itemName=dendron.dendron-markdown-shortcuts
https//marketplace.visualstudio.com/items?itemName=dendron.dendron-snippet-maker
https//marketplace.visualstudio.com/items?itemName=eamodio.gitlens
https//marketplace.visualstudio.com/items?itemName=equinusocio.vsc-material-theme
https//marketplace.visualstudio.com/items?itemName=formulahendry.code-runner
https//marketplace.visualstudio.com/items?itemName=frenya.vscode-recall
https//marketplace.visualstudio.com/items?itemName=geddski.macros
https//marketplace.visualstudio.com/items?itemName=generik.vertical-limit
https//marketplace.visualstudio.com/items?itemname=github.github-vscode-theme
https//marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github
https//marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree
https//marketplace.visualstudio.com/items?itemName=ivangabriele.vscode-git-add-and-commit
https//marketplace.visualstudio.com/items?itemName=jasew.anki
https//marketplace.visualstudio.com/items?itemName=kortina.vscode-markdown-notes
https//marketplace.visualstudio.com/items?itemName=mblode.zotero
https//marketplace.visualstudio.com/items?itemName=mdickin.markdown-shortcuts
https//marketplace.visualstudio.com/items?itemName=mushan.vscode-paste-image
https//marketplace.visualstudio.com/items?itemName=notZaki.pandocciter
https//marketplace.visualstudio.com/items?itemName=orepor.color-tabs-vscode-ext
https//marketplace.visualstudio.com/items?itemName=PKief.markdown-checkbox
https//marketplace.visualstudio.com/items?itemName=ria.elastic
https//marketplace.visualstudio.com/items?itemName=RomanPeshkov.vscode-text-tables
https//marketplace.visualstudio.com/items?itemName=rxliuli.joplin-vscode-plugin
https//marketplace.visualstudio.com/items?itemName=ryanraposo.codeui
https//marketplace.visualstudio.com/items?itemName=shd101wyy.markdown-preview-enhanced
https//marketplace.visualstudio.com/items?itemName=Stalinbalraj.timestamp-converter
https//marketplace.visualstudio.com/items?itemName=svsool.markdown-kit
https//marketplace.visualstudio.com/items?itemName=tootone.org-mode
https//marketplace.visualstudio.com/items?itemName=vscodevim.vim
https//marketplace.visualstudio.com/items?itemName=vsls-contrib.gitdoc
https//marketplace.visualstudio.com/items?itemName=zeitnergmbh.auto-git

I'll set these up for review in the discussion.