Progress
- Wrote a tech spec for Generic Web Worker: Tech Spec: Generic Web Worker in Joplin
- Clicking notes in the Joplin will display the corresponding Note Details page in the Panel
- All algorithms now output summaries with line breaks with cohesive sentence groups
- Tried running Transformers.js in a plugin with using a web worker, the solution that was suggested by @personalizedrefriger
Toggling between List and Tree views in the panel
Plan
- Create another release (v.0.2) !!!
- More UI/UX improvements
- Increasing the quality of summaries
- Improve the plugin or fix the bugs
- After the discussion with @Daeraxa, we have decided to postpone implementing Generic Web Worker for now since it is out of the scope of the project and there are more important priorities
- Try to run Transformers.js in a plugin using a web worker again with: Tech Spec: Generic Web Worker in Joplin - #6 by personalizedrefriger
- Try to create a web worker that runs word2vec
Problem
- Could not run Transformers.js in a plugin, inspired by the solution by @personalizedrefriger -> try to set
target: "web"
inextraScriptsConfig
object inwebpack.config.js