I'm attempting to create a 'Meeting' Template which has a 'new todo' feature. This button would ideally be in the tiddler view template next to the 'edit'.
In effect, almost identical to the 'New tiddler with parent field' button.
On clicking the to do button:
- Create a modal which takes user input for:
- Title
- Type: Blocker, Action
- Team Name (as dropdown)
- Parent: tiddler id
- Tag: ToDo
- Return to 'meeting' tiddler and view the new to do in the tiddler's filter list.
I'm not too concerned about the macro's themselves as I'm reasonably proficient at copy/pasting and modifying what's needed. However, I have no idea which files I to modify.
On a second note, I find that I can't even get a modal to work on chrome. Is that just me?