mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
a95449cc64
Stores URLs and their titles for the local ship. Can listen to "submissions" on foreign ships. Has a primitive perspective on groups, treating them as always-interesting. Auto-subscribes to all ships in all groups. Foreign communications untested.
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
:: link-store|add: save a link to a path
|
|
::
|
|
/- *link
|
|
:- %say
|
|
|= $: [now=@da eny=@uvJ =beak]
|
|
[[=path title=@t =url ~] ~]
|
|
==
|
|
:- %link-action
|
|
^- action
|
|
[%add path title url]
|