I’m publishing some of the notes I have created with org-roam to a website and I would prefer that the file name would be using hyphens/dashes (“-”) instead of underscores.
Could you please help me understand how I would change the “slug” part of the file name to use hyphens (-) instead of underscores (_) ?
I suggest that you refer tot this part of the wiki on GitHub.
              
              
              1 Like
            
            
          Thank you. That took care of my wish 
              
              
              1 Like
            
            
          You can also rename existing notes in batch with the command line tool rename.
rename 's/_/-/g' *.org
              
              
              1 Like