Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/form-templates #152

Merged
merged 22 commits into from
Dec 15, 2023
Merged

Feat/form-templates #152

merged 22 commits into from
Dec 15, 2023

Conversation

danielo515
Copy link
Owner

@danielo515 danielo515 commented Dec 9, 2023

This PR adds functionality to create new notes from forms using templates.

  • Each template will have a form associated (it is the form who holds the template, but anyway)
  • It adds a new command to create a new note from a form, it will let you select a form, fill it and when the form submits, will create a new note with the form contents using the template
  • For now, the destination path is the default for the vault
  • For now, the note name will be the same as the form name making sure it is unique

@danielo515 danielo515 self-assigned this Dec 9, 2023
@danielo515 danielo515 merged commit c6ec1dd into master Dec 15, 2023
2 checks passed
@danielo515 danielo515 deleted the feat/form-templates branch December 15, 2023 08:28
danielo515 added a commit that referenced this pull request Dec 15, 2023
feat: tabs for the form builder interface

feat: interactive template editor

feat: create new note from form using templates

feat: generic input suggester interface

feat: UI for creating notes from forms

create new notes from forms using templates associated to each form
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant