Laurent Cozic
98905f6892
Tools: Cleaned up and improve build config, and fixed TypeScript Watch high CPU usage
2020-08-01 14:48:56 +01:00
Laurent Cozic
8a5e6875f0
Desktop, Cli: Fixes #3473 : Fix filename when exporting notebook as Markdown
2020-07-12 19:13:08 +01:00
Laurent Cozic
ac0a89625a
Tools: Fixed build issues
2020-06-24 23:11:42 +01:00
Caleb John
a07638239b
Tools: Use ensureDir instead of mkdir in utils ( #3409 )
...
* Use ensureDir instead of mkdir in utils
* switch to mkdirp
2020-06-23 21:38:52 +01:00
Laurent Cozic
5143870d3b
Tools: Improve building and testing app on Windows
2020-06-22 23:06:47 +01:00
Laurent Cozic
4c95872826
Tools: Fixed build-translation tool on macOS
2020-06-13 17:41:02 +01:00
Laurent Cozic
ac0d01b724
Doc: Fixes #3330 : Fixed various links in doc
2020-06-07 13:02:58 +01:00
Laurent Cozic
c9f1715899
Tools: Fixed formatting of git changelog
2020-06-06 16:31:31 +01:00
Laurent Cozic
faf5eac806
Tools: Add link to release page when creating desktop release
2020-06-06 16:04:47 +01:00
Laurent Cozic
26ce102113
Desktop: Resolves #2773 : Add support for system keychain to save sensitive settings ( #3207 )
2020-06-03 17:07:50 +01:00
Laurent Cozic
21fcaf621d
Tools: Improve how translations are built to make sure no translation is missed
2020-06-02 19:33:08 +00:00
Laurent Cozic
dfe02fbe96
macOS: Improved appearance of application icon
2020-05-31 17:50:41 +01:00
Laurent Cozic
a8cffb9ac8
Revert "macOS: Improved appearance of application icon"
...
This reverts commit 334347abcf
.
2020-05-31 17:46:19 +01:00
Laurent Cozic
334347abcf
macOS: Improved appearance of application icon
2020-05-30 15:12:32 +01:00
Laurent Cozic
a96734f5be
Revert "Tools: Added eslint rule arrow-parens"
...
This reverts commit 0b6f5581f0
.
It causes too many conflicts with pull requests.
2020-05-21 09:14:33 +01:00
Laurent Cozic
0b6f5581f0
Tools: Added eslint rule arrow-parens
2020-05-20 17:16:43 +01:00
Laurent Cozic
c34f762507
Doc: Removed GSoD link
2020-05-20 00:27:17 +00:00
Laurent Cozic
ecc50790ed
Desktop: Refactor: Minor refactoring following counter feature update in a09c7b72c7
2020-05-15 11:52:59 +01:00
Laurent Cozic
347d84526b
Tools: Improve git-changelog tool
2020-05-10 17:54:18 +01:00
Giacomo Rossetto
4167ecafd2
Desktop: Support Windows tiles ( #3063 )
...
* Add vector assets
Useful for future tile designs, they contain suggested content guides
* Add tile files
Images and manifest
* Make build script retrieve new files
* Automate Windows Tiles icon generation
* Fix alignment bug
* Replace handcraftet tiles with automatically generetad ones
2020-05-10 15:01:53 +01:00
Laurent Cozic
724af8f757
Docs: Add Season of Docs info
2020-05-01 14:50:28 +01:00
Laurent Cozic
dd5ed48c7e
Tools: Better handling of translation messages in changelog
2020-04-20 18:10:27 +00:00
Laurent Cozic
676c43ebab
Doc: Added blog posts for archival purpose and to allow listing them in notifications
2020-04-15 22:11:42 +00:00
Laurent Cozic
db820d500d
Merge branch 'master' of github.com:laurent22/joplin
2020-04-11 00:38:37 +01:00
Laurent Cozic
36e23d6432
Tools: Minor update of CLI release script
2020-04-10 19:33:25 +01:00
Laurent Cozic
1907ef0c99
Tools: Dynamically generate PortableApps images
2020-04-10 18:19:17 +01:00
Laurent Cozic
093fc811eb
All: Fixes #2604 : Fixed iOS and macOS icons and created script to automate icon creation
2020-04-06 20:55:40 +00:00
Laurent Cozic
41acdce165
Desktop: Added support for checkboxes and fixed various issues with WYSIWYG editor
2020-03-23 00:47:25 +00:00
Laurent Cozic
e399474b4e
Tools: Apply "curly" eslint rule
2020-03-13 23:57:34 +00:00
Laurent Cozic
d0d2bad7f4
Tools: Enforce and apply eslint rules prefer-const and no-var
2020-03-13 23:46:14 +00:00
Laurent Cozic
7a621e0cd7
Android: Fixes #2733 : Trying to fix slider crash on LineageOS
2020-03-12 17:27:44 +00:00
Laurent Cozic
f65a3be231
Clipper release v1.0.25
2020-03-10 23:10:59 +00:00
Laurent Cozic
20bec7e26c
Clipper: Refactoring to allow reproducible build, to comply with Mozilla requirements
2020-03-10 23:01:05 +00:00
Laurent Cozic
84c3ef144d
Desktop: Resolves #176 : Added experimental WYSIWYG editor ( #2556 )
...
* Trying to get TuiEditor to work
* Tests with TinyMCE
* Fixed build
* Improved asset loading
* Added support for Joplin source blocks
* Added support for Joplin source blocks
* Better integration
* Make sure noteDidUpdate event is always dispatched at the right time
* Minor tweaks
* Fixed tests
* Add support for checkboxes
* Minor refactoring
* Added support for file attachments
* Add support for fenced code blocks
* Fix new line issue on code block
* Added support for Fountain scripts
* Refactoring
* Better handling of saving and loading notes
* Fix saving and loading ntoes
* Handle multi-note selection and fixed new note creation issue
* Fixed newline issue in test
* Fixed newline issue in test
* Improve saving and loading
* Improve saving and loading note
* Removed undeeded prop
* Fixed issue when new note being saved is incorrectly reloaded
* Refactoring and improve saving of note when unmounting component
* Fixed TypeScript error
* Small changes
* Improved further handling of saving and loading notes
* Handle provisional notes and fixed various saving and loading bugs
* Adding back support for HTML notes
* Added support for HTML notes
* Better handling of editable nodes
* Preserve image HTML tag when the size is set
* Handle switching between editor when the note has note finished saving
* Handle templates
* Handle templates
* Handle loading note that is being saved
* Handle note being reloaded via sync
* Clean up
* Clean up and improved logging
* Fixed TS error
* Fixed a few issues
* Fixed test
* Logging
* Various improvements
* Add blockquote support
* Moved CWD operation to shim
* Removed deleted files
* Added support for Joplin commands
2020-03-09 23:24:57 +00:00
Laurent Cozic
e5b8f149bf
Update release-android.js
2020-03-08 14:42:32 +00:00
Laurent Cozic
b60952d684
Tools: Fixed building of API doc
2020-03-08 09:05:52 +00:00
Laurent Cozic
5516b3284c
Cli: Fix build
2020-03-07 01:00:11 +00:00
Laurent Cozic
e6d66eba7d
Tools: Adding support for Android release candidates
2020-03-06 23:45:07 +00:00
Laurent Cozic
8641f69dae
Docs: Add documentation about Joplin privacy. ( #2650 )
...
* Add documentation about privacy.
* Fix welcome assets.
* Cosmetic.
* Cosmetic.
2020-03-05 23:36:28 +00:00
Laurent Cozic
22c61ba603
Tools: Fix clipper release script
2020-03-02 18:22:51 +00:00
Laurent Cozic
6807f7e07b
Tools: Fix clipper release script
2020-03-02 18:21:35 +00:00
Laurent Cozic
8632ef34eb
Tools: Fix clipper release script
2020-03-02 18:19:17 +00:00
Laurent Cozic
47c0d9500a
Tools: Fix clipper release script
2020-03-02 18:18:06 +00:00
Laurent Cozic
ee01d26915
Tools: Fix clipper release script
2020-03-02 18:06:57 +00:00
Laurent Cozic
0910dc4e54
Tools: Fix clipper release script
2020-03-02 18:03:49 +00:00
Laurent Cozic
cb4fd1ebf9
Tools: Build tools on initial install, and removed build warnings
2020-03-01 11:42:44 +00:00
Laurent Cozic
421d7a947f
Tools: Added back RN bundler command and cleaned up files
2020-02-24 17:30:11 +00:00
Laurent Cozic
2ce40e0390
Finished fixing clipper build
2020-02-23 21:15:37 +00:00
Laurent Cozic
3f267f3774
Clean up unusued files
2020-02-23 21:04:14 +00:00
Laurent Cozic
b4b424bf8a
Tools: Moved testing under "npm run test" and clean-up no longer used shell scripts
2020-02-21 12:15:06 +00:00