Skip to content

Instantly share code, notes, and snippets.

@mhulse
Last active April 19, 2024 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhulse/805f4ef9684b3278bec6f9d8f6c0c50a to your computer and use it in GitHub Desktop.
Save mhulse/805f4ef9684b3278bec6f9d8f6c0c50a to your computer and use it in GitHub Desktop.
Notable BETA channel installation instructions and global settings

macOS installation

  1. Visit the Notable “Insiders” GitHub repo
  2. Download the Notable-<latest-version>-mac.zip build from the releases page (e.g. Notable-1.9.0-beta.9-mac.zip)
  3. Double-click to open the zip, and then drag the app to your Applications directory (I think you can double click on the app, and macOS will ask if you want to move it)
  4. Open Notable ( + SPACE and type Notable)

To view/edit your settings, type COMMAND + ,.

Use SHIFT + COMMAND + P to open your command palette.

Enjoy!

{
"editor": {
"controlCharacters": {
"render": true
},
"font": {
"family": "Menlo, Monaco, 'Courier New', monospace"
},
"lineNumbers": {
"enabled": true
},
"minimap": {
"enabled": true
},
"whitespace": {
"render": "all"
},
"tab": {
"insertSpaces": true
},
"mode": {
"split": {
"enabled": false
}
},
"rulers": {
"enabled": true
}
},
"view": {
"panel": {
"enabled": false
},
"sidebar": {
"enabled": true
},
"zoom": 1.1
},
"sort": {
"order": "descending",
"dimension": "date_modified"
},
"markdown": {
"tables": {
"autoformat": {
"enabled": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment