Laurent Cozic
949dbf45f1
Desktop: Resolves #1099 : Show Markdown images in external editor
2019-01-20 16:27:33 +00:00
Laurent Cozic
8dc0b34fdc
Desktop: Search engine: Improved support for JA, KO, ZH scripts
2019-01-15 19:55:58 +00:00
Laurent Cozic
3f540da31b
Desktop: Improved local search by highlighting even partial matches
2019-01-15 18:37:44 +00:00
Laurent Cozic
8268c3edba
Desktop: Resolves #1059 : Fixed behaviour of export to PDF and print
2019-01-10 18:58:58 +00:00
Laurent Cozic
982c9828da
Desktop: Fixes #1039 : Always print or export to PDF using light theme
2018-12-16 02:49:06 +01:00
Laurent Cozic
8a6fcdbcae
Should be commented out by default
2018-12-14 00:00:03 +01:00
Laurent Cozic
061ce646d2
Finished search engine integration with desktop app
2018-12-13 23:57:14 +01:00
Laurent Cozic
3e313399c2
Desktop: Search within current note
2018-12-09 01:18:10 +01:00
Caleb John
3b14cfcc54
add separate editor font size option ( #1027 )
2018-12-07 22:26:03 +01:00
Laurent Cozic
6f64fdffcc
Desktop: Fixes #995 : Added flag to disable tag bar for now
2018-11-24 11:42:50 +00:00
Laurent Cozic
19252af345
Desktop: Fixes #996 : Allow editing multiple notes in external editor
2018-11-21 19:50:50 +00:00
Abijeet Patro
7bfc3e1256
Fixes #979 ( #980 )
...
* Adds functionality to display tags under the open note.
Towards #469
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Ensured tags in the dialog box and under the note appear in the same order.
Few formatting tweaks.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Fixes issues raised during code review.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Refactored code to always display tags in ascending order.
This changes the order of the tags in the dialog box and below the tag title.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Added the new tag height and margin bottom to the bottomRowHeight
Fixes #979
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-11-17 11:21:57 +00:00
Laurent Cozic
06091933e1
All: Moved resource app-specific state to different table
2018-11-13 00:45:08 +00:00
Laurent Cozic
28b1d8a324
Desktop: Fixes #953 (maybe): Improved the way internal links to notes are loaded to make it more reliable
2018-11-08 00:58:06 +00:00
Ben Fisher
251f1bba55
Show note title in pdf export ( #890 ) ( #937 )
...
* Show note title in pdf export (#890 )
An example of a possible approach, to temporarily change the html in the webview to show the note title. Works, but there may be a more elegant fix.
* Show title in pdf export
Revising based on feedback
Also, a couple changes to tests so that they pass in Windows.
2018-11-07 23:35:14 +00:00
Caleb John
cb1fd85ca4
Add support for custom css across all notes ( #925 )
2018-11-07 22:52:31 +00:00
Caleb John
ee106105d8
Joplin desktop Dark Mode ( #921 )
...
* Added support for the dark mode on desktop
* Add dark highlighting to the code tags
* Update app/theme.js to be more clear and more easily support additional themes
Update more files to conform to theming
2018-11-07 22:37:13 +00:00
Laurent Cozic
19f5a144e5
Added comment
2018-11-07 22:22:26 +00:00
Abijeet Patro
18717bac79
Adds functionality to display tags under the open note. ( #893 )
...
* Adds functionality to display tags under the open note.
Towards #469
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Ensured tags in the dialog box and under the note appear in the same order.
Few formatting tweaks.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Fixes issues raised during code review.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Refactored code to always display tags in ascending order.
This changes the order of the tags in the dialog box and below the tag title.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-11-07 22:16:05 +00:00
Laurent Cozic
dfcf1193dc
Electron: Handle internal anchors
2018-10-17 08:01:18 +01:00
Laurent Cozic
2f62897fb6
All: Improved resource side loading
2018-10-08 19:11:53 +01:00
Laurent Cozic
57fd1a7588
Electron: Prevent URLs added via A tag from being opened inside app
2018-10-05 18:21:23 +00:00
Laurent Cozic
5ed458f634
Electron: Fixed potential crash that can happen if editor is not ready
2018-10-05 18:19:47 +00:00
Laurent Cozic
ed89f55bff
Electron: Fixes #847 : Prevent view from scrolling to top when clicking checkbox and editor not visible
2018-10-04 17:56:39 +01:00
Laurent Cozic
6ea77b36ce
Electron: Resolves #820 : Allow dragging and dropping a note in another note to create a link
2018-09-30 20:15:30 +01:00
Laurent Cozic
312c7f2d27
Electron: Fixed regression following security fix - links were being opened inside Joplin instead of in external browser
2018-09-24 20:14:21 +01:00
Laurent Cozic
72af564382
Electron: Fixed security issue by enabling contextIsolation and proxying IPC messages via preload script
2018-09-21 18:20:06 +01:00
Laurent Cozic
4e8372174b
Electron: Resolves #755 : Added note properties dialog box to view and edit created time, updated time, source URL and geolocation
2018-09-16 19:37:31 +01:00
Laurent Cozic
cdd70230af
Electron: Fixes #663 : Fixed copy, cut and paste context menu on text editor
2018-09-04 18:20:41 +01:00
Raphael Kimmig
c4411bb895
focus NoteText only when creating new notes
...
This changes the behaviour so that loading a note does automatically
focus the note text/title only when a new note is being created.
This reduces accidental edits and is in line with other note taking
applications such as Simplenote, Evernote and Apple Notes.
2018-07-10 08:35:21 +02:00
Laurent Cozic
6754d4ee89
Electron: Fixes #653 : Don't detect horizontal rule as bullet list item
2018-06-30 16:15:44 +01:00
Laurent Cozic
d5d0732bf3
Clipper: Upgrade joplin-turndonw to fix import of literal HTML code
2018-06-30 16:12:01 +01:00
Laurent Cozic
d27cbaa663
Electron: Improve speed of loading notes that include many resources, and prevent UI from freezing
2018-06-29 18:51:50 +00:00
Laurent Cozic
7d7e1e1637
Electron: Resolves #647 : Allow specifying text editor path and arguments in setting
2018-06-27 21:34:41 +01:00
Laurent Cozic
187fb1b85d
Electron: Resolves #619 : Context menu to cut, copy and paste. Also added menu to copy link in web view
2018-06-26 00:52:46 +01:00
Laurent Cozic
84adf64271
Electron: Set PDF default file name
2018-06-22 18:36:15 +00:00
Laurent Cozic
df302206dd
Electron: Allow HTML in Markdown documents in a secure way
2018-06-22 18:18:15 +00:00
Laurent Cozic
936f334b61
Electron: Remove 'New notebook' shortcut
2018-06-21 19:12:08 +01:00
Laurent Cozic
7e3a290939
Merge pull request #628 from Abijeet/master
...
Adds a shortcut to insert the date and time.
2018-06-21 19:09:36 +01:00
Laurent Cozic
599f4ccef4
Electron: Fixes #626 : Auto-completion for indented items
2018-06-21 18:53:42 +01:00
Abijeet Patro
01d032261c
Merge branch 'master' into master
2018-06-18 23:32:10 +05:30
Laurent Cozic
1f3a1c49df
Electron: Resolves #611 : Allow opening and editing note in external editor
2018-06-18 18:56:07 +00:00
Laurent Cozic
cf4331c5af
Electron: Fixes #623 : Improved handling of text selection and fixed infinite loop
2018-06-17 02:44:37 +01:00
Abijeet
07b85388fc
Adds a shortcut to insert the date and time.
...
Closes #521
2018-06-16 20:46:27 +05:30
Laurent Cozic
13525f3327
Electron: Switched icons to Fork Awesome
2018-06-14 09:02:01 +01:00
Laurent Cozic
5d9c2c0904
Electron: Added more toolbar icons and upgraded Font Awesome
2018-06-14 08:52:12 +01:00
Laurent Cozic
17a75f7cf5
Electron: Made checkbox button more consistent
2018-06-13 17:53:41 +01:00
Laurent Cozic
af01fed950
Electron: Added hyperlink, checkbox and code options in toolbar
2018-06-12 00:12:06 +01:00
Laurent Cozic
218b446915
Electron: Added Bold and Italic toolbar buttons
2018-06-11 23:47:44 +01:00
Laurent Cozic
b08dcdfd90
Electron: Fixes #598 : Allow opening any URL with a valid protocol in an external app
2018-06-11 00:35:01 +01:00
Laurent Cozic
df9c1e0aeb
Electron: Fixes #570 : Allow opening files by right-clicking on a resource in macOS
2018-06-11 00:08:57 +01:00
Laurent Cozic
5c36f3e78a
Update translations
2018-06-10 11:54:29 +01:00
zblesk
8375030135
Reverting previous change; using disabled button for the label.
2018-06-10 11:18:02 +02:00
Ladislav Benc
0d7437c7d2
Also showing the display when browsing tags.
2018-06-06 15:18:58 +02:00
Ladislav Benc
6dbc691973
Fixing locale and making the Notebook name no longer behave like a button.
2018-06-06 14:11:46 +02:00
zblesk
c7f61271a0
Displaying the notebook's name in the Note toolbar when search is active.
2018-06-05 10:27:07 +02:00
Laurent Cozic
fd77671575
Electron: Fixes #535 : Note preview was not always updated when it should
2018-05-21 15:29:35 +01:00
Laurent Cozic
c4ca9cde32
Electron: Allow copying path of resources
2018-05-16 14:16:43 +01:00
Laurent Cozic
8e1fb666a5
Electron: Fixes #510 : Removed reference to missing file
2018-05-10 15:24:38 +01:00
Laurent Cozic
b9118a90be
All: Resolves #443 : Various optimisations to make dealing with large notes easier and make Katex re-rendering faster
2018-05-10 12:02:39 +01:00
Laurent Cozic
ef2ffd4e52
Electron: Resolves #200 , Resolves #416 : Allow attaching images by pasting them in. Allow attaching files by drag and dropping them. Insert attachement at cursor position.
2018-05-10 10:45:44 +01:00
Laurent Cozic
55332d7671
Electron: Fixes #481 : Shortcuts were not working when text editor had focus
2018-05-09 18:41:32 +01:00
Laurent Cozic
80b467eead
All: For now, disable attaching resources larger than 10MB due to #371
2018-05-03 11:31:07 +01:00
Laurent Cozic
a419bc7253
All: Resolves #134 : Allow linking to a note from another note
2018-05-02 15:13:20 +01:00
Laurent Cozic
11d323d8b7
Electron: Fixes #479 : Currently loaded note was cleared when creating new note
2018-05-01 21:13:17 +01:00
Laurent Cozic
4cf5525e20
Electron: Fixes #355 : Set undo state properly when loading new note
2018-05-01 10:48:15 +01:00
Laurent Cozic
6e994fd8b9
All: Dropbox: Handle various error conditions
2018-03-27 00:05:39 +01:00
Laurent Cozic
67608e29c8
Electron: Resolves #144 , Resolves #311 : Highlight search results and search in real time. Associated Ctrl+F with searching.
2018-03-19 23:04:48 +00:00
Laurent Cozic
32c47a96f1
Electron: Resolves #73 : Show modified date next to note in editor
2018-03-17 23:51:15 +00:00
Laurent Cozic
f595be07d4
Adding service to keep track of note resources associations
2018-03-12 23:40:43 +00:00
Laurent Cozic
eef106c99b
Electron: Resolves #237 : Export to PDF and print option
2018-03-12 18:01:47 +00:00
Laurent Cozic
5e8b09f5af
All: Display icon next to resources and allow downloading them from Electron client
2018-03-09 20:46:28 +00:00
Laurent Cozic
e41ae1832d
Minor tweaks
2018-03-02 18:24:02 +00:00
Laurent Cozic
8a96cf3434
All: Allow sorting notes by various fields
2018-02-22 18:58:15 +00:00
Laurent Cozic
3691ae4d13
Electron: Fixes #217 : Display a message when the note has no content and only the note viewer is visible
2018-02-19 18:56:56 +00:00
Laurent Cozic
78e5eaf1e2
Electron: Toolbar button to set tags
2018-02-07 20:35:11 +00:00
Laurent Cozic
fc0d227396
Electron: Allowing opening and saving resource images
2018-02-07 20:23:17 +00:00
Laurent Cozic
5cab7aeb55
Fixed: Make sure alarms and resources are attached to right note when creating new note
2018-02-06 19:31:22 +00:00
Laurent Cozic
a25fcacace
Electron: Display message when creating new note or to-do
2018-02-06 18:12:43 +00:00
Laurent Cozic
9b8f520b9f
Electron: Allow focusing either title or body when creating a new note or to-odo
2018-01-30 21:49:22 +00:00
Laurent Cozic
1fd1a73fda
Electron: Improved the way new note are created, and automatically add a title. Made saving and loading notes more reliable.
2018-01-12 19:58:01 +00:00
Laurent Cozic
1d7f30d441
Electron: Fixed logic to save, and make sure scheduled save always happen even when changing note
2018-01-11 21:05:34 +01:00
Laurent Cozic
2f13e689b9
Electron: Don't scroll back to top when note is reloaded via sync
2018-01-09 20:26:20 +00:00
Laurent Cozic
78ce10ddf0
All: Fixed race condition when a note is being uploaded while it's being modified in the text editor
2018-01-08 20:09:01 +01:00
Laurent Cozic
cc2f665313
Electron: Undone tests
2018-01-08 10:57:29 +01:00
Laurent Cozic
8de5b4219d
All: Updated translations
2018-01-06 21:05:34 +01:00
Laurent Cozic
6252a4d8c8
Merge branch 'master' into encryption
2018-01-03 20:23:26 +01:00
marcosvega91
38c050b47e
Removed duplicate editor variable
2017-12-22 15:43:01 +01:00
marcosvega91
0bf5c9ebdd
Fix #119
...
Fix the bug that permit to undo changes from different notes.
I save the editor instance into the state and in the componentWillReceiveProps i reset the undo state
2017-12-22 14:48:44 +01:00
Laurent Cozic
e9bb5bee9d
All: Better handling of encrypted data on UI side and prevent modification of encrypted notes
2017-12-14 20:21:36 +00:00
Laurent Cozic
df05d04dad
All: Made model naming more consistent
2017-12-14 18:12:14 +00:00
Laurent Cozic
4dce9e9e47
Electron: Allow attaching multiple files
2017-12-01 23:26:08 +00:00
Laurent Cozic
e1b1f31cf1
Electron: #22 Fixes keyboard cursor jumps while typing.
2017-12-01 00:00:18 +00:00
Laurent Cozic
52cb10dd4e
Electron: added toolbar and fixed various state issues
2017-11-29 23:03:10 +00:00
Laurent Cozic
2e8fe88f53
Don't needlessly reload resources
2017-11-28 21:15:22 +00:00
Laurent Cozic
444c96d5e7
Electron: Fixed scrolling issue
2017-11-28 20:58:07 +00:00
Laurent Cozic
9a40851c77
Electron, Mobile: Created alarm service and drivers
2017-11-27 22:50:46 +00:00
Laurent Cozic
e4d48f43d6
Allow multiple selection
2017-11-22 18:35:31 +00:00
Laurent Cozic
367a18db93
Electron: fixed loading of resources, and disable drag and dropping of links in app
2017-11-21 19:31:21 +00:00
Laurent Cozic
01ba0c3078
Fixed image upload for Linux and macOS
2017-11-16 22:33:45 +00:00