Microdown icon indicating copy to clipboard operation
Microdown copied to clipboard

Should have a better filter amongst top level md files

Open Ducasse opened this issue 3 years ago • 3 comments

May be we can follow the policy that we remove Readme, ReadMe...md files and that if there an index.pillar we pick it rapidly.

Ducasse avatar Aug 23 '22 12:08 Ducasse

Just want to understand this one better.

  • Is this related to document browser, or is this something specific for pillar?
  • What you suggest is that if one refer to a directory then try index.md

The latter should be possible - it is just not straight forward.

  1. For files, we can can check if the path is a directory, and look for index.md
  2. For https, if the path does not have an extension, we can try to look for path/index.md. We cannot directly test if a http(s) path is a directory or not.

kasperosterbye avatar Oct 11 '22 10:10 kasperosterbye

Not really I think that this is related to pillar.

Ducasse avatar Oct 11 '22 13:10 Ducasse

May be I was confused of repo

Ducasse avatar Oct 11 '22 13:10 Ducasse