mirror of
https://github.com/foambubble/foam.git
synced 2026-01-11 06:58:11 -05:00
Compare commits
3 Commits
feature/fo
...
add-pretti
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c48b493821 | ||
|
|
275f17f68f | ||
|
|
0171518dda |
BIN
docs/assets/images/prettify-links-demo.gif
Normal file
BIN
docs/assets/images/prettify-links-demo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 430 KiB |
25
docs/automatically-expand-urls-to-well-titled-links.md
Normal file
25
docs/automatically-expand-urls-to-well-titled-links.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Automatically Expand URLs to Well-Titled Links
|
||||
|
||||
Convert a link to a fully-formed Markdown link, using the page's title as a display name. Useful for citations and creating link collections.
|
||||
|
||||
## Required Extensions
|
||||
|
||||
- [Markdown Link Expander](https://marketplace.visualstudio.com/items?itemName=skn0tt.markdown-link-expander) (not included in template)
|
||||
|
||||
Markdown Link Expander will scrape your URL's `<title>` tag to create a nice Markdown-style link.
|
||||
|
||||
## Instructions
|
||||
|
||||

|
||||
|
||||
1. Highlight desired URL
|
||||
2. `Cmd` + `Shift` + `P`
|
||||
3. `Expand URL to Markdown`
|
||||
4. Profit
|
||||
|
||||
Tip: If you paste a lot of links, give the action a custom [key binding](https://code.visualstudio.com/docs/getstarted/keybindings)
|
||||
|
||||
## Feedback and issues
|
||||
|
||||
Have an idea for the extension? [Feel free to share! 🎉](https://github.com/Skn0tt/markdown-link-expander/issues)
|
||||
|
||||
@@ -36,6 +36,7 @@ Guides, tips and strategies for getting the most out of your Foam workspace!
|
||||
- Link documents with [[wiki-links]]
|
||||
- Use shortcuts for [[creating-new-notes]]
|
||||
- Draw [[diagrams-in-markdown]]
|
||||
- Prettify your links, [[automatically-expand-urls-to-well-titled-links]]
|
||||
- [Markdown All-in-One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one) features [[todo]] [[good-first-task]]
|
||||
- Manage checklists
|
||||
- Automatic Table of Contents
|
||||
@@ -83,17 +84,18 @@ _See [[contribution-guide]] and [[how-to-write-recipes]]._
|
||||
|
||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||
[contribution-guide]: contribution-guide "Contribution Guide"
|
||||
[wiki-links]: wiki-links "Wiki Links"
|
||||
[creating-new-notes]: creating-new-notes "Creating New Notes"
|
||||
[how-to-write-recipes]: how-to-write-recipes "How to Write Recipes"
|
||||
[todo]: todo "Todo"
|
||||
[graph-visualisation]: graph-visualisation "Graph visualisation"
|
||||
[backlinking]: backlinking "Backlinking"
|
||||
[unlinked-references]: unlinked-references "Unlinked references (stub)"
|
||||
[reference-lists]: reference-lists "Reference Lists"
|
||||
[unlinked-references]: unlinked-references "Unlinked references"
|
||||
[todo]: todo "Todo"
|
||||
[wiki-links]: wiki-links "Wiki Links"
|
||||
[creating-new-notes]: creating-new-notes "Creating New Notes"
|
||||
[diagrams-in-markdown]: diagrams-in-markdown "Diagrams in Markdown"
|
||||
[good-first-task]: good-first-task "Good First Task"
|
||||
[automatically-expand-urls-to-well-titled-links]: automatically-expand-urls-to-well-titled-links "Automatically Expand URLs to Well-Titled Links"
|
||||
[git-integration]: git-integration "Git integration"
|
||||
[github-pages]: github-pages "Github Pages"
|
||||
[customising-styles]: customising-styles "Customising Styles"
|
||||
[git-integration]: git-integration "Git integration"
|
||||
[how-to-write-recipes]: how-to-write-recipes "How to Write Recipes"
|
||||
[good-first-task]: good-first-task "Good First Task"
|
||||
[//end]: # "Autogenerated link references"
|
||||
|
||||
Reference in New Issue
Block a user