Commit Graph

13812 Commits (abcf08e68cdd02c7eac0ecb459ca958045e522cc)
 

Author SHA1 Message Date
renovate[bot] e9f5272d98
chore(deps): update dependency prettier to v3.5.2 2025-02-23 02:09:16 +07:00
Romain DEP. 07443042a1 feat(view/calendar): let the user specify attributes to be promoted onto the calendar view, and render them inside the event title 2025-02-22 23:34:14 +07:00
Panagiotis Papadopoulos 4523307ead i18n(close_zen_button): add a translatable title to the button
previously it only displayed the keyboard shortcut, without any extra info
2025-02-22 16:12:12 +07:00
Panagiotis Papadopoulos 755b20bbab fix(global_menu): add missing <kbd> to zen mode 2025-02-22 16:01:49 +07:00
Panagiotis Papadopoulos 49b52d3124 chore: run `npm audit fix`
1 vuln fixed, 6 still open, but there is no fix for these yet
https://github.com/advisories/GHSA-67mh-4wv8-2f99
2025-02-22 15:47:30 +07:00
Panagiotis Papadopoulos da69ee3285 chore(types): move types to devDependencies 2025-02-22 15:44:35 +07:00
Panagiotis Papadopoulos 9fb95585f5 chore(ts): port sync_status.ts 2025-02-22 14:21:56 +07:00
Elian Doran 2380d0af85
Merge pull request #1254 from TriliumNext/ci_remove-extra-arm64-handling
ci: remove unneeded extra arm64 handling
2025-02-22 14:58:50 +07:00
Elian Doran f6224d9ec4
Merge pull request #1168 from TriliumNext/chore_bootstrap-ts-ignore
build: bundle bootstrap with webpack
2025-02-22 14:57:47 +07:00
Elian Doran 58a8821c22
Merge pull request #1234 from TriliumNext/feature/task_list
Task List
2025-02-22 14:37:44 +07:00
Elian Doran fc27c4fc7b
feat(db): create task database in schema 2025-02-22 14:36:15 +07:00
Elian Doran 0b11f4d9c7
chore(server): bump sync version 2025-02-22 14:34:44 +07:00
Elian Doran 50d491b432
build(release): update master branch automatically 2025-02-22 14:25:31 +07:00
Panagiotis Papadopoulos 2492bf60df chore(ci): add zip to description 2025-02-22 13:15:45 +07:00
Panagiotis Papadopoulos 49550e8e69 chore(ci): remove now unneeded arm64 workaround
the change is now part of electron-forge 7.7.0 which we depend on since
fa05f15753
2025-02-22 13:15:45 +07:00
Panagiotis Papadopoulos a0442ded58 chore: get rid of bootstrap related ts-ignore 2025-02-22 13:09:28 +07:00
Panagiotis Papadopoulos cdb988ff64 webpack: revert accidental changing of devtool 2025-02-22 13:02:40 +07:00
Elian Doran 899ad6450a
build(release): use different commit message 2025-02-22 14:02:13 +07:00
Elian Doran 8390807212
release 0.92.2-beta 2025-02-22 13:59:41 +07:00
Elian Doran 60da367570
Merge pull request #1253 from TriliumNext/ci_fix-missing-windows-zip
fix(ci): add missing windows zip build target
2025-02-22 13:56:01 +07:00
Panagiotis Papadopoulos 36b0970835 fix(ci): add missing windows zip build target 2025-02-22 12:41:24 +07:00
Elian Doran 3bea6af20e
chore(release): 0.92.1-beta 2025-02-22 12:58:30 +07:00
Panagiotis Papadopoulos e7d204dfd2 chore(copy-dist): remove now unneeded manual copying of bootstrap dir
webpack is taking care of that for us
2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos 1ded78975e deps: remove now unused style-loader 2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos 55bdd4fffc views: add TODO comment 2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos 0b4f5e998e webpack: add filename option to miniCssExtractPlugin
commented out for now, because it currently does not make sense yet.
This will be working, when I change webpack output to the "build" folder
instead of the current (messy) way, where it outputs into src/public/app-dist
2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos dde24785b8 entrypoint: add missing login entry point and port to TS 2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos f6d9b42911 entrypoint: add missing, currently required set_password entry point
TODO: I think this can actually be part of the setup entrypoint/view at some point
2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos f78a6ed14b views: import webpack created entrypoint css
→ this is currently only consisting of bootstrap, but should in future be more useful
2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos 837697c503 bootstrap: import bootstrap css in entry points 2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos 1b309675c8 fix(webpackMiddleware): add (now) missing plugins declaration from productionConfig
required since we used `mini-css-extract-plugin` now
2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos ac53079a39 webpack: replace style-loader with `mini-css-extract-plugin`
will allow to have css files instead of style blocks in the html file
2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos 19e19ca052 assets: remove bootstrap reference 2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos 5361161433 views: remove bootstrap references 2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos 762c7dab83 build: add bootstrap webpack related dependencies
https://getbootstrap.com/docs/5.3/getting-started/webpack/
2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos ba3599911f chore(bootstrap): import Bootstrap modules 2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos fc6b9e00bc webpack: add bootstrap webpack config
https://getbootstrap.com/docs/5.3/getting-started/webpack/
2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos 17860e6715 fix(note_type_choosers): fix glob.activeDialog assignment
the same thing is done in `confirm.ts` as well, where glob.activeDialog is set to `this.$widget`
2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos ad8adeda0a fix(global_menu): fix non-existing option (according to TS) 2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos bc28f323b8 chore(ts): get rid of bootstrap related ts-ignores 2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos 4f171fd966 chore(ts): get rid of bootstrap related ts-ignores 2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos 65ad4c3a2b chore(ts): get rid of bootstrap related ts-ignores 2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos cc1a01955a chore(ts): get rid of bootstrap related ts-ignores 2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos cf11be7f35 chore(ts): get rid of bootstrap related ts-ignores 2025-02-22 11:56:56 +07:00
Elian Doran 3c83112240
Merge pull request #1250 from TriliumNext/feat_typescript-codenote
feat(options_init): add typescript as default set codeNotesMimeTypes value
2025-02-22 12:55:40 +07:00
Elian Doran 4e876ed24d
fix(build): build errors after changing meta data type 2025-02-22 12:52:25 +07:00
Elian Doran 94ce01bbc2
chore(docs): update documentation 2025-02-22 12:49:09 +07:00
Elian Doran 411e3dfa0e
server(export): export Markdown using ATX heading syntax (closes #1251) 2025-02-22 12:45:21 +07:00
Elian Doran a1bfc6aae7
feat(hidden_subtree): update help note icons 2025-02-22 12:31:39 +07:00
Elian Doran 97bc103e76
feat(in_app_help): support folder icons 2025-02-22 12:30:47 +07:00