Commit Graph

98 Commits

Author SHA1 Message Date
korelstar 46a6bd1bd6 add provider for Nextcloud's unified search 2020-10-01 21:42:29 +02:00
korelstar 937c08754b Dashboard widget for NC20 2020-10-01 21:19:36 +02:00
korelstar 8186e74abb update dependencies / maintainance 2020-04-30 22:03:48 +02:00
Daniel Kraus 183f4e9caa Set font color to black for printing. 2019-10-29 21:48:47 +01:00
korelstar 6041b157df always show undo button 2019-10-27 12:11:14 +01:00
korelstar aa49799483
switch to @nextcloud/vue 1.0 2019-10-25 14:00:07 +02:00
korelstar c01726f4ca
print style 2019-06-16 16:40:20 +02:00
korelstar 1921e5ab91 timeslot headings style 2019-06-07 17:19:41 +02:00
korelstar b2520f32b9
group list of notes by timeslots 2019-05-24 19:59:23 +02:00
korelstar fc7631eb9e
switch to Vue.js 2019-05-22 21:40:03 +02:00
korelstar fcd0a8e624 adjust design of checkboxes 2019-04-16 21:08:45 +02:00
Thomas Anderson bc8b0c4d90 Checkbox functionality
Signed-off-by: Thomas Anderson <me@thomasanderson.cloud>
2019-04-16 19:26:27 +02:00
korelstar 67ea6a969b require at least NC14 2018-12-12 17:23:27 +01:00
korelstar 1e35a89c91 fix design issues in some browsers 2018-11-29 15:47:37 +01:00
korelstar 56c243f734 don't change modified when updating category 2018-11-29 09:56:25 +01:00
korelstar 4e4d85c173 improve theme compability 2018-11-24 09:27:30 +01:00
korelstar 8762d62fc2 show more details about current search 2018-11-04 14:09:08 +01:00
korelstar f852e1bee4 show category selector in navigation 2018-11-02 21:05:52 +01:00
korelstar 6156d21056 make category changeable in editor 2018-10-31 19:25:15 +01:00
Tristan Druyen 0c265420fc Add proper fenced code-block formatting 2018-10-08 21:41:24 +02:00
korelstar 3f568bdde8 update/remove obsolete JS dependencies 2018-08-18 10:02:44 +02:00
korelstar 88cfa4d29f new "new" button style from NC14 2018-08-18 09:02:21 +02:00
korelstar 268a8b09dc design optimizations for NC14 2018-08-02 19:41:25 +02:00
korelstar 71dd9e52de show loading icon and "No search result for ..." 2018-07-29 22:59:35 +02:00
korelstar 54a7108adb fix: navigation-toggle disappeared sometimes 2018-07-24 21:35:08 +02:00
korelstar fe52c71e72
add setting for default file suffix 2018-07-24 21:34:05 +02:00
Dan Muckerman 3ffd778322 Remove margin-left offset for any headers after the first in a line
Signed-off-by: Daniel Muckerman <danielmuckerman@me.com>
2018-06-21 22:19:59 +02:00
Camila Ayres 55c574dc1f
Merge pull request #188 from KimTheFirst/master
Prevent app from crashing upon encountering faulty or missing file.
2018-05-09 14:54:39 +02:00
kimthefirst 90b694070c #188
-Implement localisation for file error messages
-Fix CSS
-Change dialogs method to OC.dialogs
-Create noteservice->getNote method for exception handling instead of doing it in the db entity.
2018-04-16 21:53:09 +01:00
Roberto Guido e0f741a726 explicit width of editable cell
On mobile, the contenteditable div ends up having a fixed (and small) width due global CSS.
2018-04-14 19:16:25 +02:00
kimthefirst 14aab3923f -Prevent app from crashing upon encountering faulty file.
-Informative errors compliant with NC standard.
-Faulty files show in sidebar with error.
2018-04-14 04:40:47 +01:00
korelstar 2eea48b05d Fix error handling for save / manual save (#137) 2017-11-13 13:12:45 +01:00
Andreas Jacobsen 40699f54c6 Changed 'new note' to button (#108)
* Changed 'create note' to button

Signed-off-by: Andreas Jacobsen <andreasjacobsen93@gmail.com>

* Removed unneeded css

* Removed whitespace
2017-07-03 11:42:39 +02:00
Andreas Jacobsen 966629db22 Fixed weird fullscreen-button size (#104)
* Added class to button

* Update notes.css
2017-06-27 17:02:24 +02:00
Andreas Jacobsen cafea7753c More natural heading-1 size
Decreased size of heading-1 to make it match the other headers more.
I felt it was way too big.
2017-06-21 16:12:50 +02:00
Hendrik Leppelsack d5db8152ac fullscreen white background 2017-04-10 21:29:38 +02:00
Hendrik Leppelsack bd65e87395 actually go into fullscreen in distraction free mode 2017-04-10 21:19:47 +02:00
Hendrik Leppelsack 046cb26194 increase contrast of meta data and add tooltip 2017-04-10 21:19:38 +02:00
Hendrik Leppelsack ce5e81e215 add distraction free mode 2017-04-10 21:18:41 +02:00
Hendrik Leppelsack b31b31b0c9 grey out formatting characters 2017-04-10 19:12:13 +02:00
Hendrik Leppelsack d8a75917b0 reimplemented clickable links 2017-04-10 19:05:03 +02:00
Hendrik Leppelsack 6a1fd6c12a fix simplemde styling 2017-04-10 19:04:44 +02:00
Hendrik Leppelsack 3a114eaa11 switch editor from mdedit to simplemde 2017-04-10 19:04:44 +02:00
Steven vanZyl 46e4581fc0 make 'New Note' text visible
This is much cleaner and clearer to the user.
2016-12-29 10:35:02 -05:00
John Molakvoæ 03c8282a12 Add padding if active title
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2016-12-18 20:28:48 +01:00
Hendrik Leppelsack 6aa596ed6b Simple search functionality (#28)
* simple search functionality

* filter by multiple words

* fix firefox styling issues

* add test for and filter
2016-12-11 23:00:31 +01:00
Jan-Christoph Borchardt 9cb2e74df3 add max-width for better readability
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2016-11-09 22:06:56 +01:00
korelstar c4726b85f0 New feature: set a note as favorite (star/unstar) (#248)
* New feature: set note as favorite (star/unstar)

* fix use of hidden classes

* minor optimizations requested by Henni

* remove array annotation

* check if tagger is null

* adjust tests for new favorite feature

* allow setting favorite over API
2016-10-21 16:05:33 +02:00
Jan-Christoph Borchardt 55e2b6ebef use hanging punctuation on mobile as well 2015-12-08 16:30:13 +01:00
Jan-Christoph Borchardt 2b3424ade3 heading style details, improve vertical rhythm 2015-12-02 16:46:54 +02:00