Commit Graph

109 Commits

Author SHA1 Message Date
tecc
17d0074805
fix(161): Use new Headway widget dependency to potentially fix #161? 2023-01-26 00:22:59 +01:00
tecc
72daf2eaaf
change: Bump version, update repository URL 2022-12-04 06:30:58 +01:00
tecc
615041a927
feat: Add rudimentary debugging utilities
/debug: Added a /debug page that's only accessible if a fatal error in configuration has occurred.
settings: The settings page now includes a debugging section with similar content to the debug page. This still needs styling but is otherwise OK.
2022-11-18 17:22:30 +01:00
tecc
6fc2f7d40d
change: Fix ordering of dependencies in package.json 2022-11-07 03:34:50 +01:00
tecc
b656e5b14f
change: Make forcePathStyle default to false, move heroicons to dependencies 2022-10-19 08:08:04 +02:00
tecc
3c47567077
chore!: Update editor to @notea/rich-markdown-editor
editor: I forked Outline's rich-markdown-editor and made a Notea version for it. Now more of the editor-related issues can be fixed.
prosemirror-model: Upgraded prosemirror-model to 1.16.1. I don't know why 1.17+ doesn't work (suspecting something with instanceof not working) so this is a hack.
2022-10-19 01:55:39 +02:00
tecc
c399f16315
fix: Manually specified version of prosemirror-model
144: The version of prosemirror automatically resolved was incompatible with the current editor backend (rich-markdown-editor), so it had to be manually specified in the "resolutions" field of package.json. Fixes #144.
2022-09-24 14:29:15 +02:00
tecc
5dbe386605
change(deps)!: Downgrade to React 17
react-17: React 18 is still fairly new and not supported by some libraries. We're sticking with React 17 for now.
resolutions: Typing issues were caused by the downgrade, and as such the project now explicitly uses @types/react@17.0.39.
2022-09-23 00:57:43 +02:00
tecc
dbb6e75810
chore(deps)!: Update to Next.js 12 and other dependencies
Next.js@12: Next.js 12 should provide better performance and stuffs.

.babelrc: .babelrc has been removed to take advantage of Next.js' SWC backend (which offers faster build times) - if the file was still present, Babel would automatically be chosen over SWC.

.yarnclean: Commented out the "images" yarnclean directive, as it was causing issues with Next.js.

next-pwa: next-pwa has been updated, and next.config.js has been updated to use its newer API.

react: React has been updated to React 18. The @types package could not use the latest version due to some issues with the package itself.

rich-markdown-editor: rich-markdown-editor could not be updated due to issues with theming.

BREAKING-CHANGE: Next.js and React have been upgraded to their later versions.
2022-09-05 16:40:28 +02:00
tecc
f1898cc133
refactor(style): The Big Reformat, part 2
reformat: All files have been reformatted.
2022-09-04 01:25:31 +02:00
tecc
ef4dc1d82f
change(package): Update project version and information
version: The version has been bumped to 0.3.7-alpha.
repository: The `repository` field has been changed to represent the fork's repository rather than the now-archived upstream.
2022-09-01 07:43:21 +02:00
tecc
a2b56d53d3
change(package): Install js-yaml dependency
js-yaml: js-yaml is the YAML parser used in the new configuration system. I forgot to install/commit it earlier.
2022-09-01 07:41:34 +02:00
tecc
d2578ec539
change(package): Use npm-run-all's run-s command instead of NPM directly
run-s: `run-s` allows for any package manager to be used.
2022-09-01 07:39:40 +02:00
tecc
2a71756817
Standardise UI font
~ Changed default sans font to Noto Sans, for consistency across devices.
  If Noto Sans is not available (although it is now included with Notea), it will fall back to the previous sans set.
2022-08-07 23:07:47 +02:00
Tuur Lievens
3d29fc8602
feat: show emoji in title as tree icon instead (#118) 2021-10-29 09:19:43 +08:00
liqingwei
a04016764e fix: the position of the preview popup 2021-09-11 20:57:59 +08:00
liqingwei
7ec90ac1ea 0.3.6 2021-09-08 09:30:30 +08:00
cinwell.li
bfbb01702f
fix: avoid images being cached, fix #98 (#100) 2021-09-08 09:30:11 +08:00
liqingwei
bf63f56c37 chore: add test 2021-09-05 19:07:28 +08:00
liqingwei
91d0a45ea2 chore: update deps 2021-09-05 16:13:59 +08:00
liqingwei
2e742e3687 0.3.5 2021-08-30 10:05:13 +08:00
liqingwei
83d1a36b84 chore: upgrade next 2021-08-14 07:49:49 +08:00
liqingwei
74d48d9d9c 0.3.4 2021-08-14 07:45:57 +08:00
liqingwei
d5d054dd0d chore: upgrade rich-markdown-editor 2021-08-14 07:44:52 +08:00
liqingwei
c815ecba77 0.3.3 2021-07-07 07:36:53 +08:00
liqingwei
c03cb3b4f3 0.3.2 2021-07-05 19:48:19 +08:00
liqingwei
f23f0c51a2 0.3.1 2021-07-05 11:02:49 +08:00
liqingwei
633d8cd876 0.3.0 2021-07-04 11:32:11 +08:00
cinwell.li
0add79139d
feat: link embed (#81) 2021-07-04 11:24:53 +08:00
liqingwei
317c68ccce 0.2.5 2021-07-03 17:03:06 +08:00
cinwell.li
eefceb13e1
refactor: use the editor to render the sharing page (#82) 2021-07-03 17:02:51 +08:00
liqingwei
b5d7e60315 0.2.4 2021-06-28 09:48:59 +08:00
liqingwei
bcd7f8d7e2 chore: upgrade rich-markdown-editor 2021-06-28 09:48:40 +08:00
liqingwei
22b7dac0ca 0.2.3 2021-06-22 21:38:19 +08:00
liqingwei
5c48f70266 chore: upgrade rich-markdown-editor 2021-06-19 17:45:30 +08:00
liqingwei
9cb508f16b 0.2.2 2021-06-18 22:29:26 +08:00
liqingwei
06c9beb99c fix: build error 2021-06-18 22:15:13 +08:00
liqingwei
1d55b19816 chore: upgrade nextjs, react, rich-markdown-editor 2021-06-18 21:59:18 +08:00
liqingwei
e968ec4512 0.2.1 2021-06-06 18:09:47 +08:00
liqingwei
f96657c1f3 0.2.0 2021-06-06 12:58:27 +08:00
cinwell.li
3c7d004cde feat: snippet injection (#73) 2021-06-06 12:25:16 +08:00
liqingwei
bbdee8e207 chore: upgrade hericons 2021-06-06 12:25:16 +08:00
liqingwei
41a2db197b feat: backlinks 2021-06-06 12:25:16 +08:00
liqingwei
9f73c21aca feat: note preview popup 2021-06-06 12:25:16 +08:00
liqingwei
4656f10796 0.1.8 2021-06-03 17:56:10 +08:00
liqingwei
19defbef2f 0.1.7 2021-06-01 21:45:59 +08:00
liqingwei
e5790e374d 0.1.6 2021-05-26 09:41:10 +08:00
liqingwei
46c6a15c8f fix: sharing page styles fix #60 2021-05-26 09:40:19 +08:00
liqingwei
0542047ad9 0.1.5 2021-05-15 11:20:13 +08:00
liqingwei
c43e4fe76f chore: upgrade material-ui 2021-05-15 11:09:21 +08:00