urbit/pkg/arvo/ren/write/post.hoon

21 lines
416 B
Plaintext
Raw Normal View History

/- write
/+ write, cram, elem-to-react-json
/= args /$ ,[beam *]
/= result
2019-06-17 21:39:53 +03:00
/^ [post-info:write manx @t]
/;
|= $: post-front=(map knot cord)
post-content=manx
2019-06-17 21:39:53 +03:00
post-raw=wain
~
==
2019-06-17 21:39:53 +03:00
:+ (front-to-post-info:write post-front)
post-content
(of-wain:format (slag 11 post-raw))
::
/. /&front&/udon/
/&elem&/udon/
2019-06-17 21:39:53 +03:00
/&txt&/udon/
==
result