Generate Markdown File List Python Code

title: Contents 
style: nestedList # TOC style (nestedList|inlineFirstLevel)
minLevel: 1 # Include headings from the specified level
maxLevel: 4 # Include headings up to the specified level
includeLinks: true # Make headings clickable
debugInConsole: false # Print debug info in Obsidian console

Overview

Sources:

  • **

Code

import os
 
def generate_md_file_list(path: str, mdfile: str) -> None:
    """Generate a Markdown File List
    
    :param:path:

Details

About

This note is about …

See Also


Appendix

Note created on 2024-04-16 and last modified on 2024-04-16.

LIST FROM [[Python - Generate Markdown File List]] AND -"CHANGELOG" AND -"04-RESOURCES/Code/Python/Python - Generate Markdown File List"

(c) No Clocks, LLC | 2024