lib/evertils/controllers/render.rb in evertils-1.0.6 vs lib/evertils/controllers/render.rb in evertils-1.0.7
- old
+ new
@@ -7,10 +7,11 @@
@config = config.translate_placeholders.pluck(
:title,
:title_format,
:notebook,
:path,
- :action
+ :action,
+ :tags
)
return Notify.warning("Note already exists\n- #{@link}") if note_exists?
Notify.info 'Note not found, creating a new one'