type | title | description | created | modified | tags | ||
---|---|---|---|---|---|---|---|
HOW TO Erev Rosh Hashanah |
2025-09-20 09:37:20 -0400 |
2025-09-20 09:37:25 -0400 |
|
Analysis of two documentation evaluations generated from the same prompt over the same document:
A systematic approach for transforming basic documentation into polished, professional technical docs.
- Bullets are for information - Use for actionable items, features, or concepts that need to be scannable
- Tables are for data - Use for structured information with clear relationships between values
- Paragraphs are for context - Use when information doesn't need to be scannable
This analysis examines how the tagex project documentation aligns with the documentation principles established in the fish-history-project DOCUMENTATION_PRINCIPLES.md.
The tagex documentation demonstrates strong alignment with most principles, particularly excelling in information organization and technical precision. However, there are opportunities for improvement in bullet point usage, table structure, and some areas of verbose content that could benefit from the transformation patterns outlined in the principles.
Alignment Score: 7.5/10
This analysis evaluates how the tagex Obsidian tag management tool's documentation aligns with the documentation principles outlined in the fish-history-project Documentation Principles. Overall, the tagex documentation demonstrates strong adherence to professional technical writing standards but reveals opportunities for improvement in information hierarchy, visual presentation, and consistency.
Overall Grade: B+ (85/100)
- Excellent technical precision and language
- Strong content organization and comprehensive coverage
- Room for improvement in visual hierarchy and table usage
properties:
file.name:
displayName: note
file.tags:
displayName: tags
views:
- type: table
name: Table
filters:
<main> | |
<article> | |
<h1>Dark mode should be a user preference—not presumed</h1> | |
<p>Yes, by default, when a user has <code>@media (prefers-color-scheme: dark)</code> set, we should set a dark theme, but we should also provide a switch for if the dark them isn’t working out for them.</p> | |
<p>This also benefits users that don’t have <code>@media (prefers-color-scheme: dark)</code> set because they get a toggle to choose, too.</p> | |
</article> | |
<div class="user-toggle"> | |
<button class="toggle"> | |
toggle | |
</button> |
/**** | |
list-table | |
Make Markdown lists behave as a table. | |
https://www.pborenstein.com/articles/tablehacks/ | |
Usage: | |
<div class="list-table extra" markdown="1"> |
I hereby claim:
- I am pborenstein on github.
- I am pborenstein (https://keybase.io/pborenstein) on keybase.
- I have a public key whose fingerprint is B2BA ADE0 A50E CB2A 0326 067A C30C 080A AF31 F14B
To claim this, I am signing this object:
How to use font-awesome glyphs in sphinx | |
======================================== | |
.. comment | |
Put the following lines somewhere in your file. | |
.. |folder-open| raw:: html | |
<span class="fa fa-folder-open" style="color: red;"></span> |