Buttons Showcase

Hello! I have a suggestion, which I also documented just now on the Buttons Git page

  • My tasks page has a nice button
name New Task
type note(New Note) template
action New Task
templater true
color blue

image

  • which creates a New Note
    image
  • but this New Note has the same title as the next note I create by clicking this button. So it only functions once.
  • I want to be able to name the new note each time I click the button.
  • here is the template it uses, and I would like the Templater tp.file.title function to also operate.
# <% tp.file.title %>

---
#tasks #inbox

Completed:: 
Project:: [[<%tp.file.cursor(1)%>]]
Status:: #active
Priority:: 
Date Created:: <% tp.date.now("YYYY-MM-DD") %>
Due Date::
Defer Date::
Recur Length::

Completed Date::
energy::
Estimated Time::
  • I would like an option to “Name New Note” in a pop-up window when using a button that creates new notes.
2 Likes