1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
Commit Graph

212 Commits

Author SHA1 Message Date
Siddhant Sehgal
9027f3fb10
Desktop : Fixes : Do not wrap tag title in tag bar ()
* No change

* Fixed Tag Wrap
2020-03-06 23:24:28 +00:00
Mohammed Rabeeh
67e5451c7c
Desktop: Fixes : Add toggling functionality for bold, italics and code in Editor Toolbar ()
* Add toggling functionality for bold, italics and code in Editor toolbar

* Shorten code
2020-03-06 22:50:49 +00:00
Laurent Cozic
27bcf6badb Desktop: Fixes : Templates when creating note were broken 2020-03-04 19:41:57 +00:00
Laurent Cozic
4920f64816 Desktop: Fixes : Fix creation of new notes 2020-03-04 16:36:53 +00:00
Jeremy Robertson
8b22f03c09
Desktop: Empty note body has 0 line count ()
Empty note body has 0 line count
2020-03-01 15:39:10 +00:00
Anjula Karunarathne
a28b790256
Desktop: Fixes : Fix issue with disappearing button labels in toolbar ()
* Fix undefined showButtonLabels

* Add showButtonLabels to the state; Removed conditional statement checking if state is undefined
2020-03-01 11:12:22 +00:00
Laurent Cozic
6ca0e6adcc All: Added concept of provisional note to simplify creation and handling of newly created notes 2020-02-29 12:39:23 +00:00
Runo Saduwa
25a246b6ae
Tools: Resolves : Add support for Rule of Hooks plugin () ()
* installed eslint-plugin-react-hooks and set up rules of hooks

* fixed linter error

* changed react-hooks/exhaustive-deps option to error

* changed spaces to tabs in eslint config
2020-02-27 00:20:55 +00:00
Rishabh Malhotra
4840671f0e
Desktop: Fixes : Improved detection of selected text when applying formatting ()
* fixes  

This fixes the bug with spaces

* Update NoteText.jsx
2020-02-27 00:18:57 +00:00
Jeremy Robertson
0e23ea5284
Desktop: Resolves : Add word counter feature to notes ()
* Add word counter logic

Fix errant whitespace changes

* update to using react hooks
Use React hooks
remove extra theme set
Update styling function

* correct linting and package lock issues

* WIP: update button functionality

* Add line count and update styling from feedback

* corrected file location to fit new build
2020-02-25 09:43:31 +00:00
mic704b
fbedc6b29b
Desktop: Resolves : Implement "show all notes" ()
* Implement "show all notes" feature.

* Ensure middleware is completely flushed and shutdown before continuing tests.
2020-02-22 11:25:16 +00:00
Laurent Cozic
3407a31cf6
Tools: Improve and simplify how to build the apps ()
* Improving CLI build

* Improving CLI build

* Remove requirement to build the tools

* Moved Electron app one level down

* Clean up Electron build

* Moved tools to sub-dir

* Updated root script

* update root

* update root

* update root

* update root

* update root

* update root

* Updated build

* Added doc

* Update CI config

* Should not lint index.js

* Fixing jetify

* Fixed linter errors

* Fixed pod build

* Fixed Windows build
2020-02-20 22:59:18 +00:00