-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
840d5f4
commit 12479a0
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
export const MARGIN = 48; | ||
export const GRID_SIZE = 10; | ||
|
||
export const DEFAULT_MEMO = { | ||
id: "9346dc6c-f982-48ce-9e21-f6a334b367b3", | ||
text: `Manifest is an incredibly simple grid-based pinboard for note taking.\n\nCreate as many notes as you want, and they will snap to the grid set by your current window size. All notes can be be moved, resized and deleted.\n\nYour browser's local storage is also utilized to save notes between session.\n\nManifest is free and completely open-source. Licensed under the GNU General Public License v2.0.\n\nIf you find a bug or have a suggestion feel free to file an issue on Github.\n\nhttps://github.com/jonathontoon/manifest/issues`, | ||
position: { | ||
top: 50, | ||
left: 50 | ||
}, | ||
size: { | ||
width: 411, | ||
height: 312 | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters