Skip to content
Snippets Groups Projects

ENH: Add inline reference button

All threads resolved!
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -108,7 +108,7 @@ export default class ComplexitywikiPlugins extends Plugin {
const view = new ButtonView( locale );
view.set( {
label: t( 'Insert an inlne-reference link to another CaosDB entity' ),
label: t( 'Insert an inline-reference link to another CaosDB entity' ),
icon: caosdbIcon,
tooltip: true,
isToggleable: true
Loading