dashboard / hans/test-ori-handler / #83 rss

closed · opened on 2025-11-22T07:59:18Z by hans
Help
checkout latest patchset:
ssh pr.pico.sh print pr-83 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print ps-X | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 83
add review to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add --review 83
accept PR:
ssh pr.pico.sh pr accept 83
close PR:
ssh pr.pico.sh pr close 83

Logs

hans created pr with ps-156 on 2025-11-22T07:59:18Z
hans added ps-157 on 2025-11-22T08:01:43Z
hans changed status on 2025-11-22T08:04:13Z {"status":"closed"}

Patchsets

ps-156 by hans on 2025-11-22T07:59:18Z
Range Diff ↕ rd-157
1: ! 1: 6da75b5 move origami version to top
ps-157 by hans on 2025-11-22T08:01:43Z

Patchset ps-157

move origami version to top

Hans Fast
2025-11-22T08:01:25Z
README.md
+2 -1
Back to top
+2 -1 README.md link
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
diff --git a/README.md b/README.md
index 1e69540..2b4af4f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # filetype handler not working as expected
 
+Origami version: 0.6.0
+
 Following the [docs](https://weborigami.org/language/filetypes#custom-file-types), I have created a file `foobar.foo` and a handler `foo.handler.js`.
 
 ```text
@@ -31,6 +33,5 @@ export default {
 When running `ori foobar.foo/`, I would expect to receive an object `{what: "a text file"}` but I receive the original text in `foobar.foo`.
 
 
-Origami version: 0.6.0