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

21 lines
424 B
Plaintext
Raw Normal View History

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