Starting 9/19 all issues will be posted using GitHub instead of here.
No way to view draft documents (this is currently how I designate private documents, as draft=true will prevent hugo from publishing it in production. Simply need to add a view button which should use the old goldmark service I had built before switching to hugo. (fixed 9/17/25) Rendering bulleted lists in markdown doesn’t show numbers, presumably due to theme defaults. This might be addressed by creating a render hook template of some sort. moved the document to an iframe to protect from outer stylesheets (fixed 9/13/25) In static standalone (markdown) file page, the last breadcrumb doesn’t show properly sometimes. When creating markdown files, there is no input validation for the file name. User is allowed to have spaces in file name which could cause issues. If user enters file name that already exists, there will be an unhandled error. When creating markdown files, there is no default file name. Should default to document1.md, document2.md etc. based on the number of documents already in the directory. In fact, the user should not even need to enter a file name, they should just enter a title, and the file name should be handled automatically. No navigation buttons (e.g. breadcrumbs) in static-site calendar page Need placeholder image for when no user is signed in signin page after redirect following token expiration does not seem to render properly under certain circumstances in particular when I clicked Generate from the home page, the signin component was sent but not as a complete page including layout maybe htmx problem not redirect problem Select lesson to add to date page needs major cosmetic upgrade (functionality is ok) Assessments list page UI needs major upgrade (functionality is ok) (major) if there’s a lesson on 2 dates, bumping that date left or right on the calendar page will bump BOTH instances, not just the one that’s clicked on.
...