1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00
Maciek 1d1ab65edd BUG FIX: snippet notes are not displaying in markdown #2088
Fix for issue https://github.com/BoostIo/Boostnote/issues/2088.
In specific situation, when all below conditions are met :
- one of the snippets notes tabs is a Markdown tab,
- the migrateAttachments code is called on a snippet note,
- historical attachments location '/images' exists in snippet storage
  folder

Following exception is being thrown :
path.js:28 Uncaught TypeError: Path must be a string. Received undefined
The exception is a result of an undefined noteKey variable
(which is defined only for Markdown notes).
The solution is to skip migration of attachments for notes without
noteKey (which wouldn't be possible anyway, since noteKey is a
necessary for creating folder for attachments).
2018-07-28 22:23:14 +02:00
2018-03-25 20:02:06 +03:00
2017-10-16 15:09:28 +09:00
2018-02-26 16:43:13 +01:00
2017-10-16 13:57:39 +09:00
2018-03-25 20:02:06 +03:00
2018-03-20 16:18:18 +09:00
2017-12-08 16:21:31 +01:00
2016-01-10 06:46:20 +09:00
2017-11-27 02:57:17 +09:00
2018-02-13 13:37:04 +09:00
2018-02-03 23:39:53 +09:00
2018-06-25 15:46:41 +09:00
2018-02-13 13:37:04 +09:00
2018-03-06 09:54:37 +01:00
2018-07-19 15:21:35 +09:00
2018-07-06 15:37:10 +09:00
2018-02-04 00:12:38 +09:00
2018-06-13 16:08:18 +02:00
2017-06-10 12:48:28 +09:00
2018-07-17 15:55:03 +09:00

📣 The Boostnote team launches IssueHunt for sustainable open-source ecosystem.

Boostnote app screenshot

Note-taking app for programmers.

Apps available for Mac, Windows, Linux, Android and iOS.
Built with Electron, React + Redux, Webpack and CSSModules.

Build Status

Authors & Maintainers

Contributors

Thank you to all the people who already contributed to Boostnote!

Supporting Boostnote

Boostnote is an open source project. It's an independent project with its ongoing development made possible entirely thanks to the support by these awesome backers.

Any issues on Boostnote can be funded by anyone and that money will be distributed to contributors and maintainers. If you'd like to join them, please consider:

Community

More Information

License

GPL v3.

Description
No description provided
Readme 24 MiB
Languages
JavaScript 82.6%
Stylus 16.2%
HTML 1.2%