-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Enhancement: hierarchical workflow for organizing and accessing content within a system. #732
Comments
Thank you, @yunesco, for your suggestion. Could you visualize it in a mockup (it can be very basic)? I just want to make sure that I understand the flow correctly. |
@estruyf Here's a simplified textual representation of how this hierarchical structure might render in a basic UI: `- Main Categories
In the UI, these could be clickable elements representing folders. The user would click on the Main Categories to see Topic Hubs, click on Topic Hubs to see Subject Guides, and so on. This provides an organized and intuitive structure for users to explore the content rather than have all content.md files be shown together. Essentially, the idea is to mimic the folder structure of the content folder and display folders as well for those who prefer a more organized way to access their md files |
And another feature that would be nice if this is implemented is say we navigate to Subject Guide 2, from within that folder, if we click "Create Article" then the article will be generated within that folder without having to navigate manually to that folder |
This is something FM already supports, more information about this can be found here: https://frontmatter.codes/docs/content-creation/content-types#creating-sub-content When you would use |
The proposed enhancement involves creating a structured and organized system for managing content. Imagine it as a way to organize information similar to how you navigate through folders on your computer.
Creation of Main Categories which is basically the top level folder where the mdx files live:
Start by creating a main category, which we'll call a "Topic Hub." This serves as a top-level container for related content.
Subtopics for Specific Themes:
Within each Topic Hub, you can create subtopics, referred to as "Subject Guides." These Subject Guides represent specific themes or topics related to the main category.
Further Organization with Sub-subtopics:
Optionally, for more detailed organization, you can have sub-subtopics called "Sections." These Sections could contain more specific or detailed information related to the Subject Guides.
User-Friendly Navigation:
When users access the system, they can click on a main category (Topic Hub) to see different themes (Subject Guides) within it. If there are additional subtopics (Sections), they can navigate further to explore more detailed content.
Intuitive Content Exploration:
This structured approach aims to make content organization and exploration straightforward. Users can relate to the concept of navigating through main categories, themes, and subthemes, creating an intuitive and user-friendly experience.
The text was updated successfully, but these errors were encountered: