1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/ReactNativeClient/lib/models
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
..
Alarm.js Electron: Fixes #476 (maybe): Trying to fix notification flood. Added more log statements in case something goes wrong. 2018-12-08 00:42:29 +01:00
BaseItem.js Merge branch 'master' of github.com:laurent22/joplin 2018-11-13 22:38:32 +00:00
Folder.js Desktop: Resolves #206: Added support for sorting notebooks by title or last modified 2019-03-02 17:35:57 +00:00
ItemChange.js More fixes to search engine and better handling of non-ASCII searches 2019-01-14 19:11:54 +00:00
MasterKey.js All: Simplifying serialisation of base items 2018-10-07 20:11:33 +01:00
Note.js CLI: Fixes #1194: Fixed opening then saving note in text editor 2019-02-10 16:41:14 +00:00
NoteResource.js All: Fixes #593: Resource should not be auto-deleted if they've never been linked to any note 2018-06-17 16:59:06 +01:00
NoteTag.js All: Simplifying serialisation of base items 2018-10-07 20:11:33 +01:00
Resource.js All: Refactor Markdown rendering (#1315) 2019-03-08 17:14:17 +00:00
ResourceLocalState.js All: Refactor Markdown rendering (#1315) 2019-03-08 17:14:17 +00:00
Search.js 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
Setting.js Desktop: Resolves #206: Added support for sorting notebooks by title or last modified 2019-03-02 17:35:57 +00:00
Tag.js All: Fixes #1251: Handle Show Uncompleted Tasks option when selecting a tag 2019-02-24 10:38:06 +00:00