OpenEnergyPlatform / organisation

Repository for discussing and documenting decisions about the Open Energy Family
https://openenergyplatform.github.io/organisation/
GNU Affero General Public License v3.0
10 stars 4 forks source link

[Compendium] How to link between ressources/sections (backlinks/links) #61

Closed jh-RLI closed 1 year ago

jh-RLI commented 1 year ago
jh-RLI commented 1 year ago

we can use markdown links with relative paths

like [blub](../filepath/file) or linking a specific heading inside a document [blub](../filepath/file#title)

linking external sources should also be done by using markdown [some url](www.url.test)

It might be worthwhile to develop a plugin that stores all external links in a configuration file, as these links may not work.