glow
glow copied to clipboard
feature: add more sections with custom md source paths
I would like to customize Glow in my application. My customizations revolves around having a lot of markdown files inside my application. Basically, I need to organize it, so here are my suggestions:
- more sections! stash and news are not enough. I need to create my own sections and populate them
- custom search paths for each section, so that sections will not look for all md files inside current directory, but instead look inside specific directories
- extra: specifying the URL for the news section
I was thinking something similar. I like to use glow to quickly browse, scan and partly read my notes and project documents. So having it open in one shell would be nice, if I could define my own sections.
What about having a dashboard mode which takes in a config like ` sections:
- name: Notes path: /Home/username/some/path status: Info to be shown in Statusbar glob: "**/*Imprtant.md" watch: false local: true
- name: Thesis path: /Home/username/thesis watch: true local: true
- name: ProjectReadme path: "https://github.com/deicon/any/README.md" watch: false local: false`
This would load sections containing all files in the defined folders using a file glob pattern for each section. Maybe also even watch the folder for changes.
+1 for this idea
Love this idea! Was just coming in post the same thing. I love charm-based CLI tools and I want to use glow as a personal notebook to keep track of certain processes and information. Having the ability to add sections would be spectacular!!