Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export const PAGE_TITLE = "roam/js/sticky-note";
export const STORAGE_KEY = "roam-sticky-note-layouts";
export const COMMAND_LABEL = "Sticky Notes: Create Sticky Note";
export const SETTINGS_TAB_TITLE = "Sticky Notes";
export const NOTE_CLASS = "roamjs-sticky-note";
export const NOTE_MINIMIZED_CLASS = "roamjs-sticky-note--minimized";
export const NOTE_DRAGGING_CLASS = "roamjs-sticky-note--dragging";
Loading