Dom Goodwin
84ab395fae
Desktop: Resolves ( #1863 ): Added Dracula theme ( #1924 )
...
* Added dracula theme
* Removed package-lock
2019-10-01 12:23:32 +01:00
Caleb John
5bcd5f050a
Desktop: Code button now detects multiline ( #1915 )
...
* Code button now detects multiline
* Fix text selection for code insertion
2019-09-30 23:24:07 +01:00
Laurent Cozic
e93d96193c
eslint
2019-09-29 22:11:36 +00:00
Laurent Cozic
e648392330
Chore: Apply eslint rules
2019-09-19 22:51:18 +01:00
Laurent Cozic
15a42a3729
Chore: Apply eslint no-unused-vars eslint config and add TypeScript config
2019-09-12 22:16:42 +00:00
Laurent Cozic
e8e1a0fe4d
Desktop: Cleaned up and improved config screen design, move all screens under same one, and added section buttons
2019-09-10 23:53:01 +00:00
Laurent Cozic
7aea2cec69
Desktop: Resolves #1490 : Add support for anchor hashes in note links
2019-09-09 18:16:00 +01:00
Laurent Cozic
09df315639
Desktop: Fixes #1833 : Do not scroll text when search is open and user type in note
2019-09-07 11:57:31 +01:00
Helmut K. C. Tessarek
d69ba6bc75
All: fix typo on encryption options screen ( #1823 )
...
fixes #1798
2019-08-29 17:38:54 +01:00
Caleb John
415e7b84da
Desktop: Change localeCompare functiion for tags ( #1811 )
...
* change localeCompare functin for tags
* Fix spacing
2019-08-29 17:36:53 +01:00
Caleb John
9a4f4cbb65
Desktop: Change template prompt to sans and sort templates ( #1806 )
...
* Change template prompt to sans and sort templates
* Sort templates by filename to ensure order
2019-08-29 17:34:54 +01:00
Laurent Cozic
849d7983f6
Desktop: Added support for Fountain screenwriting language
2019-08-14 12:40:06 +02:00
Laurent Cozic
086f9e1123
Started applying config to Electron app
2019-07-29 14:13:23 +02:00
Laurent Cozic
7eebd544d6
Fixed eslint
2019-07-29 12:55:50 +02:00
Helmut K. C. Tessarek
ad8054ba4b
Desktop: Better handling of adding the title to print and export to PDF ( #1744 )
...
fixes #1743
2019-07-29 12:33:40 +02:00
Laurent Cozic
8c42ddf6c3
Merge branch 'master' of github.com:laurent22/joplin
2019-07-29 12:17:33 +02:00
tfinnberg
f7fcabbf41
Desktop: Create fileURLs via drag and drop ( #1653 )
...
* enable drag and drop fileURLs
* fix windows fileURL syntax
* introduce encodeURI function
* fixed encoding issue
* use path-utils.js to deal with fileURL path conversion
* add changes as requested
* Minor rewording 'On the' -> 'In the', additional info about attaching files
* change call of toFileProtocolPath
* enable test script to check syntax for all OS-platforms
2019-07-29 12:16:47 +02:00
Laurent Cozic
44fa099a77
Desktop: No longer crash if certain theme properties are not set
2019-07-29 12:05:58 +02:00
Laurent Cozic
893531f8c7
Desktop: Make depthColor theme property optional
2019-07-21 17:30:36 +01:00
Shane Kilkelly
3d498e7a75
Desktop: Add solarized themes to desktop client ( #1733 )
2019-07-21 17:27:42 +01:00
Laurent Cozic
6e64b950ca
Merge branch 'master' of github.com:laurent22/joplin
2019-07-21 17:05:09 +01:00
Laurent Cozic
6d4e67769c
Desktop: Fixed Back button icon on Config screen
2019-07-21 16:49:53 +01:00
Laurent Cozic
3f7b4e10b6
Merge branch 'master' into clipper_html_mode
2019-07-21 00:24:25 +01:00
Laurent Cozic
36168a9a5d
Use regex instead of jsdom for compability with mobile app
2019-07-21 00:18:51 +01:00
Caleb John
cd5d412c69
Desktop: Added support for templates ( #1647 )
...
* First pass of adding support for templates
* remove default value from template prompt
* Add template placeholder text
* Add mustache templates with datetime support for new notes
* Moved template code to utils, added separate prompt for templates
* Add templates to menu and allow for keyboad only use
* update template prompt for dark theme
* update with laurents suggestions, add refresh button
* revert template command, remove new note prompt
2019-07-20 22:13:10 +01:00
Laurent Cozic
8ff1668c8f
Minor changes
2019-07-19 18:18:05 +01:00
Laurent Cozic
14fc73b388
Use markupToHtml everywhere
2019-07-19 17:48:38 +01:00
Laurent Cozic
687e308a73
Desktop: Added markup language to property dialog
2019-07-17 22:49:40 +01:00
Laurent Cozic
fbb3543818
Desktop: Fixed race condition when loading a note while another one is still loading. Improved performance when loading large note.
2019-07-17 22:42:53 +01:00
Laurent Cozic
30d0dfb424
Clipper: Fixed sizing issue when importing HTML pages
2019-07-16 22:58:44 +01:00
Laurent Cozic
7239a2013c
Clipper: Improved clipping of images in HTML mode
2019-07-16 22:23:04 +01:00
Laurent Cozic
38e8a881d5
More refactoring to easily handle multiple renderers
2019-07-16 19:05:47 +01:00
Laurent Cozic
a0dd0702fb
Clipper: Adding support for clipping page as HTML
2019-07-14 16:00:02 +01:00
Laurent Cozic
ca4dfe0f0f
Desktop: Fixes #1724 : Improved note selection and scrolling when moving a note to a different notebook
2019-07-13 17:40:09 +01:00
Laurent Cozic
f7203ed7e2
Desktop: Fixes #1720 : Fixed issue with certain commands being repeated in some cases
2019-07-13 16:57:33 +01:00
Laurent Cozic
331858bd4f
Desktop: Fixes #1704 : Set note title to correct size when zoom is enabled
2019-07-13 16:46:52 +01:00
Laurent Cozic
4d2c9523a3
Desktop: Fixes #1699 : Hide toolbar button text when it is below a certain size
2019-07-13 16:42:57 +01:00
Helmut K. C. Tessarek
dbedefc021
Desktop: Fixes #1342 : Add override for ACE editor shortcut Ctrl+K
( #1705 )
2019-07-13 14:52:32 +01:00
Laurent Cozic
86e7daaec4
Mobile: Cleaned context menu and moved options and metadata to side menu bar
2019-07-11 18:23:29 +01:00
Laurent Cozic
2c5b0010bf
Mobile: Removed concept of Advanced Options and move tools to Config screen to clean up context menu
2019-06-26 00:13:13 +01:00
Laurent Cozic
1e3c6ed98c
Desktop: When doing local search do not split query into words
2019-06-25 23:09:53 +01:00
Laurent Cozic
b175c1fc94
Desktop: Resolves #1649 : Cache code blocks in notes to speed up rendering
2019-06-21 08:28:59 +01:00
Laurent Cozic
6a031857ba
Desktop: Fixes #1664 : Disable certain menu items when no note or multiple notes are selected, and fixed menu item to set tag
2019-06-20 00:02:13 +01:00
Laurent Cozic
7fae9fda10
Desktop: Fixes #1443 : Allow opening external editor on new notes
2019-06-13 08:48:19 +01:00
Laurent Cozic
a37961dccc
Desktop: Removed placeholder in tag list because it repeats the label
2019-06-13 08:47:47 +01:00
Caleb John
041bdc08a2
Desktop: New: Highlight notebooks based on depth ( #1634 )
...
* Highlight notebooks based on depth
* Adjusted notebook depth targets, and dark theme select color
2019-06-10 23:44:51 +01:00
Helmut K. C. Tessarek
3fafda9684
Desktop: Added menu item to format inline code ( #1641 )
...
* Revert "Fix for #1426 , aded backticks to auto-wrapping quotes."
This reverts commit 7dee93076a
.
* changes to backtick behavior
- add shortcut ``` cmd+` ``` / ``` ctrl+` ```
- add menu item for `Inline code`
* rename menu item Inline Code -> Code
2019-06-10 08:05:20 +01:00
Caleb John
799ad5f1da
Desktop: Improved tag dialog to make it easier to add and remove tags ( #1589 )
2019-06-07 23:33:06 +01:00
Laurent Cozic
df714c357d
All: Improved: Better handling of items that cannot be decrypted, including those that cause crashes
2019-06-07 23:11:08 +01:00
Laurent Cozic
a13ba63ab8
Desktop: New: Added option to open development tools, to make it easier to create custom CSS
2019-06-05 17:41:30 +01:00
Laurent Cozic
316a52bbc2
All: Improved workflow of downloading and decrypting data during sync
2019-05-28 22:05:11 +01:00
Laurent Cozic
685a52c2c5
Desktop, Mobile: Fixes #1587 : Fix internal note links
2019-05-27 19:49:18 +01:00
Laurent Cozic
aaaf27af6e
Android: Fixed resource loading issue, and improved logging on desktop
2019-05-24 17:34:18 +01:00
Laurent Cozic
43624ffa75
Desktop: Improved: Add number of characters removed and added in revision list
2019-05-24 17:31:18 +01:00
Luis Orozco
1eb8df9fa6
Desktop: Fixes #1186 , #1354 : Clears search when clicking on a notebook. ( #1504 )
...
* Fixes #1186 , #1354 . Clears search when clicking on a notebook.
* use new resetSearch method where possible, replaced tabs with spaces
* replaced a couple more spaces with tabs
2019-05-24 08:13:01 +01:00
Luis Orozco
74afd20f0c
Desktop: Fixes #1426 : added backticks to auto-wrapping quotes. ( #1534 )
2019-05-22 16:16:03 +01:00
Laurent Cozic
8a6fe20a69
All: Resolves #1481 : New: Allow downloading attachments on demand or automatically ( #1527 )
...
* Allow downloading resources automatically, on demand, or when loading note
* Make needToBeFetched calls to return the right number of resources
* All: Improved handling of resource downloading and decryption
* Desktop: Click on resource to download it (and, optionally, to decrypt it)
* Desktop: Better handling of resource state (not downloaded, downloading, encrypted) in front end
* Renamed setting to sync.resourceDownloadMode
* Download resources when changing setting
* tweaks
* removed duplicate cs
* Better report resource download progress
* Make sure resource cache is properly cleared when needed
* Also handle manual download for non-image resources
* More improvements to logic when downloading and decrypting resources
2019-05-22 15:56:07 +01:00
Laurent Cozic
016ce3dd61
Desktop: Resolves #1502 : Improved note deletion dialog
2019-05-11 13:36:44 +01:00
Laurent Cozic
8ea1c373ed
Fixed position of config button
2019-05-07 23:50:12 +01:00
Laurent Cozic
23e43c7bc1
Desktop: Fix: Fixed note history sort order.
2019-05-07 23:42:46 +01:00
Laurent Cozic
08af9de190
All: Resolves #712 : New: Support for note history ( #1415 )
...
* Started revisions support
* More rev changes
* More rev changes
* More revs changes
* Fixed deletion algorithm
* More tests and moved updated time to separate field
* Display info when restoring note
* Better handling of existing notes
* wip
* Further improvements and fixed tests
* Better handling of changes created via sync
* Enable chokidar again
* Testing special case
* Further improved logic to handle notes that existed before the revision service
* Added tests
* Better handling of encrypted revisions
* Improved handling of deleted note revisions by moving logic to collectRevision
* Improved handling of old notes by moving logic to collectRevision()
* Handle case when deleting revisions while one is still encrypted
* UI tweaks
* Added revision service to mobile app
* Fixed config screens on mobile and desktop
* Enabled revisions on CLI app
2019-05-06 21:35:29 +01:00
Luis Orozco
5934f2f08e
Desktop: Fixes #355 : Resets the undo manager when creating new notes ( #1495 )
2019-05-06 21:30:04 +01:00
Laurent Cozic
29582623b0
Revert "Desktop: Improved: Removed gaps between note list and vertical resizers ( #1464 )"
...
This reverts commit d6e59c5238
.
2019-04-29 07:28:16 +01:00
Luis Orozco
d6e59c5238
Desktop: Improved: Removed gaps between note list and vertical resizers ( #1464 )
2019-04-28 14:23:17 +01:00
Luis Orozco
6335cbedb8
Desktop: Improved: UI updates to sidebar and header, changing icon sizes and animations ( #1463 )
...
Added animation to icon in synchronize button
Moved sync report above button, which prevents the sync button from moving from its place when the report has text.
Added animation to icon in Toggle Sidebar button, using the css transition property.
Reduced font size for text and icons in header and sidebar
Changed theme color2 from white to a very light grey. It is barely
noticeable, but reduces contrast a bit, improving readability.
2019-04-28 14:20:18 +01:00
Laurent Cozic
c3262aa5f8
Desktop: Allow CtrlCmd+G shortcut from text editor
2019-04-20 19:07:13 +01:00
Laurent Cozic
a974eb5d9f
Fixing links
2019-04-18 15:11:56 +01:00
Laurent Cozic
f8e1395087
joplin.cozic.net => joplinapp.org
2019-04-18 14:59:17 +01:00
Caleb John
0c2f2667d3
All: Allow toggling markdown plugins and added several new plugins ( #1347 )
...
* Initial test of enabling plugins
* Added support for toggle-able plugins
- Also adds some new plugins
* Add instructions on adding toggle-plugins
* Fix subtle anchor bug
- webview was moving itself when scrolling to bottom anchors
* Moves the webview hack so that it only applies to anchors
* Add plugin descriptions to the README, also removed mermaid from README
* rename plugin.* to markdown.plugin.* to be more forward compatible
2019-04-02 17:14:48 +01:00
Laurent Cozic
6b2910c3c7
Desktop: Added Goto Anything dialog and implemented basic plugin system
2019-04-01 19:43:13 +00:00
RaphaelKimmig
fa32678645
improve search bar text alignment ( #1377 )
2019-03-31 18:26:47 +01:00
Caleb John
4b9105edff
Set blockScrolling to Infinty (fixes error message) ( #1363 )
2019-03-28 21:18:53 +00:00
Laurent Cozic
96a1546da1
Desktop: Improved search - when clearing search, stay on current item. When clicking on notebook name, jump to note within notebook. Improved toolbar layout.
2019-03-15 21:57:58 +00:00
Laurent Cozic
54f0fbcf6b
Desktop: Fixes #1329 : Could not edit created and updated time anymroe
2019-03-12 21:52:23 +00:00
Laurent Cozic
9289dbdf77
All: Refactor Markdown rendering ( #1315 )
...
* Refactoring MdToHtml to avoid manually rendering tokens
* Minor fix
* Fixed loading of resources
* Handle clicking on checkboxes
* Added back Katex support
* Fixed issues with Katex and note rendering
* Added back support for links
* Restored code block highlighting support
* clean up
* Applying update to mobile
* Fixed handling of links and cleaned up to share more code between mobile and desktop
* Restored content caching and improved handling of additional assets
* Clean up and a few fixes
* Applied more updates to mobile and added code highlighting support
2019-03-08 17:14:17 +00:00
Laurent Cozic
e30bc12354
All: Disabled Mermaid support for now
2019-03-06 07:11:55 +00:00
Laurent Cozic
687b9d1bef
All: Improve rendering of Mermaid graphs
2019-03-03 00:31:41 +00:00
Laurent Cozic
33f7b680bc
Desktop: Fixes #1273 : Trying to improve accuracy of sidebar resizing
2019-02-27 22:44:10 +00:00
Laurent Cozic
0957298cb8
Desktop: Fixes #1268 : Fix exporting to PDF and printing, which were broken following upgrade to Electron 4
2019-02-27 22:35:26 +00:00
Laurent Cozic
95188b71b8
Desktop: Fixes #1265 : Fixed column resize on Windows. Also increased minimum and maximum sizes of columns.
2019-02-27 00:13:56 +00:00
Laurent Cozic
b0596670a6
Revert "New tag adding dialogue ( #1206 )"
...
This reverts commit 229dd7a6dd
.
2019-02-24 18:04:25 +00:00
Helmut K. C. Tessarek
c34872bb26
when deleting notebook or tag, display name ( #1253 )
...
The delete dialog for notebooks and tags does not display the name of the item to be deleted.
This can lead to an undesired result.
closes #1245
2019-02-24 11:11:34 +00:00
Helmut K. C. Tessarek
4845a21287
change notebook icon in toolbar and search result ( #1252 )
...
see f6f0bcf1c3
2019-02-24 11:10:55 +00:00
Laurent Cozic
ddd513fe09
Small tweaks to avoid confusion with enum name
2019-02-24 11:10:22 +00:00
Helmut K. C. Tessarek
4ce118d459
add shortcut to start a sync ( #1231 )
...
see https://github.com/laurent22/joplin/issues/1151#issuecomment-463845158
2019-02-24 11:09:15 +00:00
Caleb John
229dd7a6dd
New tag adding dialogue ( #1206 )
...
* Update tag adding dialogue
- use datalist to autocomplete tags
- display tags with TagList
* Move the tagItem highlight color to theme.js
2019-02-24 10:55:19 +00:00
Laurent Cozic
b40ccc7a15
All: Fixes #1251 : Handle Show Uncompleted Tasks option when selecting a tag
2019-02-24 10:38:06 +00:00
Laurent Cozic
eb5950d126
Desktop: Adding support for Mermaid
2019-02-18 18:11:53 +00:00
Laurent Cozic
a4e649c82d
Desktop: Clean up adding custom CSS and remove top margin and padding from rendered html
2019-02-18 00:42:52 +00:00
Laurent Cozic
361d46ac5d
Clean up
2019-02-16 01:17:43 +00:00
Laurent Cozic
9bc7c2fd65
Added comments
2019-02-16 01:15:30 +00:00
Laurent Cozic
81e4cd319d
Desktop: Allow resizing left panels
2019-02-16 01:12:43 +00:00
Laurent Cozic
f6f0bcf1c3
Desktop: Changed Folder icon to a Notebook
2019-02-14 22:27:53 +00:00
Laurent Cozic
0469fe76d7
Desktop: Do not display tags that are not associated with any note
2019-02-13 23:33:07 +00:00
Laurent Cozic
a3e74320fa
Desktop: Allow creating new note when multiple notes are selected
2019-02-13 22:57:43 +00:00
Laurent Cozic
b26aab3863
Desktop: Print background images and colors, and improved checkoxes to avoid use of svg
2019-02-13 22:35:57 +00:00
Laurent Cozic
f0020b3393
Desktop: Highlight row backgroung in table
2019-02-10 17:16:11 +00:00
Laurent Cozic
a03aa62d58
Desktop: Moved buttons up on Config screen for consistency with other screens
2019-02-10 16:29:06 +00:00
Laurent Cozic
2203a39917
Desktop: Disable userstyle.css when printing or exporting to PDF
2019-02-10 16:11:41 +00:00
Laurent Cozic
bc58668483
Desktop: Fixes #1200 : Note list was hidden when minimizing and
...
maximizing window
2019-02-10 15:59:28 +00:00