Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "index.html" export mode #29

Open
KosmosisDire opened this issue Feb 8, 2023 · 1 comment
Open

Add "index.html" export mode #29

KosmosisDire opened this issue Feb 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@KosmosisDire
Copy link
Owner

This would add an option alongside the "web styled file names" option, which would create a seperate folder for every file with the file's name and rename each exported file to index.html inside the folder. This would let each file be under a folder path instead of a file path. aka no .html at the end of the url.

@KosmosisDire KosmosisDire added the enhancement New feature or request label Feb 8, 2023
@KosmosisDire KosmosisDire changed the title Add "index" mode Add "index.html" export mode Feb 16, 2023
@KosmosisDire KosmosisDire moved this from Todo to Future in Webpage Export for Obsidian May 8, 2023
@Regenhardt
Copy link

This fits my use case exactly, since I'm using obsidian this way too:

A note referencing multiple other notes. Then one of those notes has several other notes that are actually a part of that particular topic but should be their own note, so they go in a folder that has the same name as the topic note.

Example tree of notes:

AI
 -> Search
   -> Informed
   -> Uninformed
 -> Learn
   -> Unsupervised
   -> Supervised
   -> Reinforcement Learning
     -> Cost calculation
     -> Monte Carlo
     -> Temporal Difference Learning
 -> Sequential Data

So here, Searchand Learn both have a markdown file in the root level and a folder with the same name, which then includes notes of that particular topic. The Search folder would include Informed and Uninformed. The Learn folder includes Reinforcement Learning with the overview and general explanation, plus again a folder called Reinforcement Learning which includes the three sub topics.

Of course it's not really a tree and there are lots of circular references, but the folder tree is there and would be nice to have in a website.

Does this also entail an index file for the whole vault? Can we tell the exporter, which note should be the homepage?
In my case, AI, Search, and Learn are all notes in the root directory, but AI should be the homepage for the exported vault.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants