mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-06 23:16:29 +03:00
graph-store: add %mention type
This commit is contained in:
parent
04c1ad6653
commit
92fec34658
@ -74,6 +74,7 @@
|
|||||||
|= c=^content
|
|= c=^content
|
||||||
^- json
|
^- json
|
||||||
?- -.c
|
?- -.c
|
||||||
|
%mention (frond %mention (ship ship.c))
|
||||||
%text (frond %text s+text.c)
|
%text (frond %text s+text.c)
|
||||||
%url (frond %url s+url.c)
|
%url (frond %url s+url.c)
|
||||||
%reference (frond %reference (uid uid.c))
|
%reference (frond %reference (uid uid.c))
|
||||||
@ -324,7 +325,8 @@
|
|||||||
::
|
::
|
||||||
++ content
|
++ content
|
||||||
%- of
|
%- of
|
||||||
:~ [%text so]
|
:~ [%mention (su ;~(pfix sig fed:ag))]
|
||||||
|
[%text so]
|
||||||
[%url so]
|
[%url so]
|
||||||
[%reference uid]
|
[%reference uid]
|
||||||
[%code eval]
|
[%code eval]
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
::
|
::
|
||||||
+$ content
|
+$ content
|
||||||
$% [%text text=cord]
|
$% [%text text=cord]
|
||||||
|
[%mention =ship]
|
||||||
[%url url=cord]
|
[%url url=cord]
|
||||||
[%code expression=cord output=(list tank)]
|
[%code expression=cord output=(list tank)]
|
||||||
[%reference =uid]
|
[%reference =uid]
|
||||||
|
Loading…
Reference in New Issue
Block a user