feat: SNJS preferences
This commit is contained in:
@@ -1,16 +1,5 @@
|
||||
import { SNNote } from '@standardnotes/snjs';
|
||||
|
||||
export enum NoteSortKey {
|
||||
CreatedAt = 'created_at',
|
||||
UserUpdatedAt = 'userModifiedDate',
|
||||
Title = 'title',
|
||||
|
||||
/** @legacy Use UserUpdatedAt instead */
|
||||
UpdatedAt = 'updated_at',
|
||||
/** @legacy Use UserUpdatedAt instead */
|
||||
ClientUpdatedAt = 'client_updated_at',
|
||||
}
|
||||
|
||||
export function notePassesFilter(
|
||||
note: SNNote,
|
||||
showArchived: boolean,
|
||||
|
||||
Reference in New Issue
Block a user