【发布时间】:2021-06-13 18:18:46
【问题描述】:
有没有办法让 sn-p 描述中的链接可点击/设置样式?
我知道descriptionMoreURL,但我有兴趣添加第二个链接。
这不起作用:
'.source.js':
'test 1':
'prefix' : 't1'
'body': 't1()'
'description': 'Also works in combination with https://link.com'
这不起作用:
'description': '[Also works in combination with](https://link.com)'
这也行不通:
'description': '<a href="https://link.com">Also works in combination with]</a>'
有谁知道怎么做/有可能吗?
【问题讨论】:
标签: atom-editor