-
-
Notifications
You must be signed in to change notification settings - Fork 29
Support creating templates only using tags #11
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
Conversation
|
Is this PR still a draft? My templates aren't migrated in to the new system. Also, the popup dialogue says that there is a help option under Templates, but it doesn't seem to exist yet. |
I'll create another PR for this.
That will also be done in a separate PR. But wrote this so, I don't have to change it in future. |
|
I haven't merged this yet so that we can wait for the conclusion of #12. |
… notebook" This reverts commit 5396a4a.
|
@CalebJohn please take a look. I'll add the feature to load previous templates in a separate PR. So, this can be merged. |
| }; | ||
|
|
||
| export const getAllNotesInFolder = async (folderId: string): Promise<Note[]> => { | ||
| let pageNum = 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this function (and module) needed anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, they're not thanks for pointing that out. If this is the only review comment, you can merge this pr, I'll remove these functions in the next pr.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to see that we're on the same page. I'm looking forward to the next PR.
|
I just have the one comment, I don't think that function is needed anymore, but it's something you can address later, I'll merge this now. It looks good! |
This PR does two things.
Fixes #10, Fixes #12.