lib/gollum/frontend/public/gollum/javascript/editor/langs/org.js in gollum-2.0.0 vs lib/gollum/frontend/public/gollum/javascript/editor/langs/org.js in gollum-2.1.0
- old
+ new
@@ -58,10 +58,11 @@
title: 'Insert Link',
fields: [
{
id: 'text',
name: 'Link Text',
- type: 'text'
+ type: 'text',
+ defaultValue: selText
},
{
id: 'href',
name: 'URL',
type: 'text'