You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
All: Allow searching by note ID or using a callback URL
This commit is contained in:
3
packages/lib/models/utils/isItemId.ts
Normal file
3
packages/lib/models/utils/isItemId.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export default (id: string) => {
|
||||
return id.match(/^[0-9a-zA-Z]{32}$/);
|
||||
};
|
||||
Reference in New Issue
Block a user