1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-04 19:16:07 +02:00
SFulpius 3dd008ae9a
Desktop: Fixes #6721: Fix exporting resources to md and md + frontmatter (#6768)
Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2022-11-01 14:35:48 +00:00
..
2022-10-30 18:38:38 +00:00
2022-10-30 18:38:38 +00:00
2022-04-12 16:12:22 +01:00
2022-07-23 08:48:40 +02:00
2021-12-17 15:35:26 +01:00
2022-09-30 11:46:26 +01:00
2021-11-23 12:12:27 +00:00
2021-11-23 12:12:27 +00:00
2022-03-01 18:14:23 +00:00

@joplin/lib

Library shared between all applications.

  • It should not have dependencies to any other @joplin package to avoid dependency cycles.
  • Binary packages should be passed via dependency injection from the parent packages, for example like it is done in shim-init-node. This is because each app might need to compile the binary package in a specific way, so doing it from /lib would cause issues.
  • It should not include the react or react-native packages because React in particular breaks when there's more than one instance of it in node_modules. React is passed via dependency injections so that some hooks can be shared.