I'm having trouble creating a custom snippet that, for me, would be really useful.<br><br>I want to set up a snippet to create an unordered list nav from a plain text list, e.g.<br><br>foo<br>bar<br>coo<br>tar<br><br>I'd like to highlight the whole list, hit a key combo, which would wrap each list item in <li>, wrap the whole lot in <ul>, and even wrap the text within each list item in <a href=""></a> for good measure.
<br><br>Can anyone help?<br><br>Many thanks in advance.<br><br><br>