SYMBOL INDEX (24 symbols across 6 files) FILE: src/main/formatter.js constant NOTE_MIN_WIDTH (line 1) | const NOTE_MIN_WIDTH = 100 constant NOTE_MIN_HEIGHT (line 2) | const NOTE_MIN_HEIGHT = 100 constant NOTE_MAX_WIDTH (line 3) | const NOTE_MAX_WIDTH = 5000 constant NOTE_MAX_HEIGHT (line 4) | const NOTE_MAX_HEIGHT = 5000 function newNote (line 11) | function newNote ({ howManyTabs, t = 0, x = 0, y = 0, w = 500, h = 300, ... function fromText (line 25) | function fromText (text) { function toText (line 72) | function toText ({ tabs, notes }) { FILE: src/main/main.js function close (line 7) | function close () { function start (line 12) | function start () { FILE: src/main/state_manager.js constant NEW_STATE (line 8) | const NEW_STATE = { function saveState (line 17) | function saveState (state) { function getNewState (line 21) | function getNewState () { function getInitialState (line 25) | function getInitialState () { function saveStateToFile (line 46) | function saveStateToFile (filePath, state) { function getStateFromFile (line 50) | function getStateFromFile (filePath) { function saveWindowState (line 62) | function saveWindowState (data) { function getWindowState (line 66) | function getWindowState () { FILE: src/renderer/notes.js function generateId (line 17) | function generateId () { function enableResizing (line 41) | function enableResizing (noteElm) { function enableDragging (line 108) | function enableDragging (noteElm) { function hideColorPicker (line 311) | function hideColorPicker () { FILE: src/renderer/tabs.js function scrollTabs (line 240) | function scrollTabs (amount) { FILE: src/renderer/top_menu.js function createMenuButton (line 8) | function createMenuButton (text, key) { function handleCurrentState (line 62) | async function handleCurrentState () {