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
Timeline Patchsets

Range-diff rd-157

title
move origami version to top
description
Patch added
old #1
(none)
new #1
6da75b5
Back to top
1: ! 1: 6da75b5 move origami version to top
author changed
- Unknown <>
+ Hans Fast <hans@hansfast.net>
title changed
-
+ move origami version to top

old


                    

new

old:README.md new:README.md
 # 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
 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