URI management - edofro/freeplane_markdownhelper GitHub Wiki

/ Tutorial Examples / URI management


<<< Extras - wiki panel >>>

Work in progress


TODO: casos especiales Local

TODO: diferentes posibilidades de parametros de Link to Local FIle e ImageFile

Caso README

Caso WIKI

explicar funcionamiento / interacción de


1. atributos


1.1. MarkdownRootFolder file:/C:/Users/Edo/Documents/GitHub/Freeplane_MarkdownHelper/

1.1.1. path to MD root folder

1.1.1.1. logic
1.1.1.1.1. if selected node has link to file

####### 1.1.1.1.1.1. is directory

its uri

####### 1.1.1.1.1.2. is file

its containing folder

1.1.1.1.2. else

####### 1.1.1.1.2.1. any node in its way to the root that has a link to a directory. if so, take the nearest

its uri

1.1.1.1.3. else

####### 1.1.1.1.3.1. find all nodes descendant of the selected one that have links to files or directories

######## 1.1.1.1.3.1.1. get the common directory of all this files

its uri

MDHGithubBranch main

MDHTargetRootPath ../raw/

fileLinksRelative true

2. nodos MDH


Link To Local File

Local Image

Repartir y explicar


1. Example: README.md file for GITHUB repository


  • Example: README.md file in Github project
    • fileLinksRelative 001.png
  • MarkdownRootFolder equals directory link
    • fileLinksRelative 002.png
  • fileLinksRelative
    • false
      • text format
        • fileLinksRelative 004.png
      • markdown format
        • fileLinksRelative 003.png
    • true
      • text format
        • fileLinksRelative 005.png
      • markdown format
        • fileLinksRelative 006.png

<<< Extras - wiki panel >>>