Jonatan Heyman
|
182c6f295e
|
Use a separate config file in development mode
|
2023-07-04 12:16:26 +02:00 |
|
Jonatan Heyman
|
2d3a20e4cd
|
Change currency data stale time to 12 hours instead of 24
|
2023-03-20 14:30:43 +01:00 |
|
Jonatan Heyman
|
a4e9ce6893
|
Add currency conversion support to Math blocks
|
2023-03-20 11:09:56 +01:00 |
|
Jonatan Heyman
|
a106159a9a
|
Save selected theme in config
|
2023-03-09 09:46:21 +01:00 |
|
Jonatan Heyman
|
c3e0539601
|
Underline https:// and http:// links, and make C+Click open them
|
2023-03-08 13:07:58 +01:00 |
|
Jonatan Heyman
|
294b6eb2bc
|
Add example Markup block to initial data
|
2023-03-07 22:46:08 +01:00 |
|
Jonatan Heyman
|
93bf1e9036
|
Improve auto update
Add titles to status bar buttons
Bump version to 1.0.7
|
2023-03-07 01:45:23 +01:00 |
|
Jonatan Heyman
|
1df255032c
|
Check for updates once every 24 hours.
Bump version.
|
2023-03-06 10:24:23 +01:00 |
|
Jonatan Heyman
|
19dc637dee
|
Make auto update on Windows silent.
Bump version.
|
2023-03-06 09:44:24 +01:00 |
|
Jonatan Heyman
|
7ce91016d6
|
Add auto update support
|
2023-03-06 01:30:37 +01:00 |
|
Jonatan Heyman
|
85a5bc95a7
|
Change key binding for format code
|
2023-03-03 13:28:51 +01:00 |
|
Jonatan Heyman
|
f3c5a49fbf
|
Add ability to format code for JSON, JS, CSS, HTML and Markdown blocks
|
2023-03-03 00:57:33 +01:00 |
|
Jonatan Heyman
|
4d12404d77
|
Add support for Math blocks
|
2023-03-02 18:40:44 +01:00 |
|
Jonatan Heyman
|
f2462b203d
|
Update changed config key
|
2023-01-29 12:49:54 +01:00 |
|
Jonatan Heyman
|
5f98323586
|
Add setting for turning on/off line number gutters and fold gutters
|
2023-01-27 17:18:31 +01:00 |
|
Jonatan Heyman
|
97d4f6294a
|
Add ability to change Emacs meta key on Mac
|
2023-01-25 10:11:51 +01:00 |
|
Jonatan Heyman
|
659f853102
|
Tab size
|
2023-01-25 10:10:11 +01:00 |
|
Jonatan Heyman
|
751dfa0a73
|
Add File menu on Windows
|
2023-01-24 17:08:38 +01:00 |
|
Jonatan Heyman
|
924fd4b226
|
Replace block separators with "\n\n" when copying text.
Add Settings dialog.
Started implementing Emacs-like keymap.
|
2023-01-20 15:33:26 +01:00 |
|
Jonatan Heyman
|
aa628a4f08
|
Add new command for adding a new block after the current one, and moving the cursor to it. Change default Mod-Enter keybinding to use the new command, and added a new Mod-Shift-Enter keybinding to use the old command that inserts a new block separator at the cursor position (e.g. splits the current block).
#windows-build
|
2023-01-19 14:29:14 +01:00 |
|
Jonatan Heyman
|
ddc184fb24
|
Restore fullscreen mode if the program was in fullscreen when quitting
Read specific keys from CONFIG.windowConfig instead of using Object.assign for whatever is in the config file.
|
2023-01-19 11:45:40 +01:00 |
|
Jonatan Heyman
|
00c2f21b93
|
Add some comments
|
2023-01-19 02:47:57 +01:00 |
|
Jonatan Heyman
|
8980e532f2
|
Remove debug log
|
2023-01-19 02:46:38 +01:00 |
|
Jonatan Heyman
|
60d8e9589c
|
Remember window size and position between sessions
|
2023-01-19 02:38:19 +01:00 |
|
Jonatan Heyman
|
14152fbede
|
Implement persistent buffer
|
2023-01-19 00:20:50 +01:00 |
|
Jonatan Heyman
|
4a56b7d331
|
Remove loader animation. Fix correct background color according to theme while loading. Set correct color on BrowserWindow to prevent white flash.
|
2023-01-18 21:36:31 +01:00 |
|
Jonatan Heyman
|
97995da5e1
|
Revert "Change icon on Windows"
This reverts commit b561c0184e .
|
2023-01-16 16:07:39 +01:00 |
|
Jonatan Heyman
|
b561c0184e
|
Change icon on Windows
#windows-build
|
2023-01-16 15:53:57 +01:00 |
|
Jonatan Heyman
|
fc63ad1651
|
Add isMac, isWindows, isLinux to a global window.platform object in the renderer
|
2023-01-16 15:32:45 +01:00 |
|
Jonatan Heyman
|
d4078d50d4
|
Move theme/mode related preload code into it's own module
|
2023-01-16 15:31:46 +01:00 |
|
Jonatan Heyman
|
996d4338ce
|
Use different initial content for development/release
#build
|
2023-01-15 20:24:31 +01:00 |
|
Jonatan Heyman
|
f837d547d4
|
Set autoHideMenuBar:true to hide the menu bar on windows
|
2023-01-15 20:00:10 +01:00 |
|
Jonatan Heyman
|
96bd5f1f95
|
Change menu.js file to typescript file
#build
|
2023-01-15 12:49:43 +01:00 |
|
Jonatan Heyman
|
35260cf066
|
Manually create app menu (without the Close window menu item)
|
2023-01-15 12:45:06 +01:00 |
|
Jonatan Heyman
|
2f842612fb
|
Read dark/light mode from system, automatically listen for changes, and add button for toggling the mode to the status bar
|
2023-01-15 11:59:17 +01:00 |
|
Jonatan Heyman
|
fbac07d338
|
Set tab size to 4
|
2023-01-15 10:53:09 +01:00 |
|
Jonatan Heyman
|
9fb543fed3
|
Move contents of heynote-electron subdirectory into git repo root
|
2023-01-13 13:21:34 +01:00 |
|