diff --git a/home.gmi b/home.gmi index 0fe52ba..d82432c 100644 --- a/home.gmi +++ b/home.gmi @@ -35,6 +35,14 @@ What I'm currently working on: ## Site updates +=> /codeview/raw/personal-gemini-capsule/src/branch/main/tasks.txt My current TODOs for this capsule can be in my tasks.txt + +== 2025.15.07 == + +Added directory listing to codeview. + +=> /codeview/dir?repo=personal-gemini-capsule&filepath=/internal Example + == 2025.11.07 == Added request counter. Scroll to bottom of this page to check it out. diff --git a/internal/codeview/codeview.go b/internal/codeview/codeview.go index 16a5aeb..df313c3 100644 --- a/internal/codeview/codeview.go +++ b/internal/codeview/codeview.go @@ -19,7 +19,7 @@ import ( * Features: * - [x] Individual file view with line numbers? * - [x] Dir view with links to files - * - [ ] Project root view with markdown to gemtxt conversion and file tree + * - [x] Project root view with markdown to gemtxt conversion and file tree */ func HandleRequest(w gemini.ResponseWriter, req *gemini.Request) { diff --git a/tasks.txt b/tasks.txt index b4b440a..f23eabc 100644 --- a/tasks.txt +++ b/tasks.txt @@ -1,6 +1,8 @@ -task: implement dir codeview pages -task: implement codbase root codeview pages +task: rework the micro-blog to be more like station +task: add mastodon and bluysky to microblog -----------DONE LINE----------- +DONE task: implement dir codeview pages +DONE task: implement codbase root codeview pages DONE task: add hexidecimal numbering to gemlog DONE task: add request counter DONE task: embed static pages