From 0f327c4ad54342bdda54871eb3dea7b6bbdcea43 Mon Sep 17 00:00:00 2001 From: Whisker Jones Date: Tue, 28 May 2024 16:02:06 -0600 Subject: [PATCH] documentation system --- projects/documentation_system.md | 98 +++++++++++++++++++ .../Global-Economic-Development.md | 0 Science.md => random/Science.md | 0 3 files changed, 98 insertions(+) create mode 100644 projects/documentation_system.md rename Global Economic-Development.md => random/Global-Economic-Development.md (100%) rename Science.md => random/Science.md (100%) diff --git a/projects/documentation_system.md b/projects/documentation_system.md new file mode 100644 index 0000000..26e1252 --- /dev/null +++ b/projects/documentation_system.md @@ -0,0 +1,98 @@ +### Comprehensive Tagging System for Document Management + +To create an effective tagging system, we will use established practices and focus on primary, secondary, tertiary, and contextual tags to ensure your documents are organized and easily searchable. + +### Tagging Structure + +#### Primary Tags +- High-level categories representing the main focus of the document. + +#### Secondary Tags +- Subcategories providing more specific details about the document's content. + +#### Tertiary Tags (Optional) +- Additional tags offering further granularity and context. + +#### Contextual Tags (Optional) +- Tags for special context or unique identifiers (e.g., project names, specific events). + +### Common Tags + +**Personal:** +- **Primary:** `personal` +- **Secondary:** `habits`, `routines`, `goals` +- **Tertiary:** `morning`, `evening`, `health` + +**Recipes:** +- **Primary:** `recipes` +- **Secondary:** `main_courses`, `desserts`, `beverages`, `appetizers` +- **Tertiary:** `baking`, `grilling`, `vegetarian` +- **Contextual:** `holiday_special`, `family_favorites` + +**Travel:** +- **Primary:** `travel` +- **Secondary:** `guides`, `itineraries`, `destinations`, `activities` +- **Tertiary:** `beach`, `adventure`, `cultural` +- **Contextual:** `summer_trip`, `workation` + +**Work:** +- **Primary:** `work` +- **Secondary:** `projects`, `resumes`, `meetings`, `presentations`, `smma` +- **Tertiary:** `planning`, `development`, `marketing` +- **Contextual:** `Q3_2024`, `client_X` + +**Knowledge:** +- **Primary:** `knowledge` +- **Secondary:** `finance`, `technology`, `programming`, `networking` +- **Tertiary:** `tutorials`, `reference`, `guides` +- **Contextual:** `deep_dive`, `quick_reference` + +**Miscellaneous:** +- **Primary:** `miscellaneous` +- **Secondary:** `notes`, `ideas`, `strategies` +- **Tertiary:** `random`, `thoughts`, `brainstorm` +- **Contextual:** `ongoing`, `completed` + +### Sample Front Matter + +Here is a sample front matter for a document using the defined tagging structure: + +#### Sample Document: Morning Routine + +```markdown +--- +title: "Morning Routine" +tags: ["personal", "habits", "routines", "morning"] +date: 2024-05-28 +--- +``` + +### Implementation Steps + +1. **Understand the Content:** + - Read through the document to understand its primary focus and key points. + - Identify the main topics, subjects, and themes discussed in the document. + +2. **Apply Primary Tags:** + - Determine the high-level category that best represents the document. + - Use one primary tag (e.g., `personal`, `recipes`). + +3. **Add Secondary Tags:** + - Provide more specific details about the content. + - Use 1-2 secondary tags (e.g., `habits`, `routines`). + +4. **Optional Tertiary Tags:** + - Add further granularity if needed. + - Use 1-2 tertiary tags (e.g., `morning`, `evening`). + +5. **Optional Contextual Tags:** + - Include special context or unique identifiers. + - Use 1-2 contextual tags (e.g., `2024`, `routine_improvement`). + +6. **Keep Tags Concise and Relevant:** + - Avoid over-tagging; use only as many tags as necessary. + - Ensure consistency in tag usage across similar documents. + +### Summary + +By following this comprehensive tagging system, you can effectively classify and manage your documents. This structured approach allows for detailed categorization, making it easier to search, retrieve, and maintain your document repository. Use MkDocs and Obsidian to leverage the metadata and tags for a powerful, scalable document management system. diff --git a/Global Economic-Development.md b/random/Global-Economic-Development.md similarity index 100% rename from Global Economic-Development.md rename to random/Global-Economic-Development.md diff --git a/Science.md b/random/Science.md similarity index 100% rename from Science.md rename to random/Science.md