ema
66d5c36cbc
Reduce duplicate dependencies on publish files
2024-12-07 06:09:14 +08:00
ema
77b5eb454e
Reduce duplicate dependencies on publish files
2024-12-07 04:58:07 +08:00
ema
4dff887ec1
Review and clean up codes
2024-12-07 00:51:46 +08:00
ema
72d3c3187b
Support markdown viewer fallback folder #508
2024-12-06 12:31:51 +08:00
ema
06e796ac0b
Merge pull request #1490 from KamilDev/feature/improve-markdown-viewer
...
Improved MarkdownViewer
2024-12-06 10:02:20 +08:00
KamilDev
ec62cb4238
Add update mechanism to MarkdownViewer resources, move link opening behavior to WebpagePanel
2024-12-06 01:48:58 +11:00
KamilDev
cf7b6ad46f
Improved MarkdownViewer
...
#### Features
- Uses the latest [github-markdown.css](https://github.com/sindresorhus/github-markdown-css/blob/main/github-markdown.css ) file that contains styling support for both dark and light mode.
- Table of Contents has an improved design, and:
- The width can be resized.
- TOC headings are automatically highlighted to help track your position in the file.
- Improved fullscreen layout based on Github.com behavior.
- External links clicked will open in default browser instead of doing nothing.
- Uses [markdownItAnchor](https://github.com/valeriangalliat/markdown-it-anchor ) to allow heading anchor links in the file to work.
- Uses [highlight.js](https://github.com/highlightjs/highlight.js ) to provide syntax highlighting to codeblocks.
#### Changes
- Made changes to allow the `md2html.html` file to use relative file imports for better maintainability.
- MarkdownViewer can now easily be customized by users by modifying files in `<Quicklook data folder>/QuickLook.Plugin.MarkdownViewer/`
- Caching and `localStorage` is now supported thanks to these changes.
- Prevent default behavior of spacebar scrolling the page, while we use spacebar to dismiss the preview.
- Sets `WebView` `DefaultBackgroundColor` to prevent white flash in dark mode. After the page has loaded, sets `DefaultBackgroundColor` back to white to have the expected default behavior on HTML pages that don't specify any background color.
#### Clean up
- Removed the need for `jQuery`.
- Removed old polyfill code.
2024-12-04 22:16:21 +11:00
ema
a5c3d5b143
Restore AssemblyInfo
2024-12-04 16:53:51 +08:00
ema
507b157a40
Convert to .NET SDK type csproj
2024-11-30 17:00:22 +08:00
Anton Trofymenko
96cbc31979
Ukrainian Word-for-word machine translation has been replaced with semantic translation. ( #1392 )
2024-02-13 12:51:53 +01:00
NickMihal
71c8e51d1f
Greek translation ( #1256 )
...
* Add Greek language
* Add Greek language
* Add Greek language
2023-03-25 20:18:43 +08:00
Piteriuz
95492fdd80
Update Polish translation ( #1097 )
2022-03-07 09:53:54 +01:00
SomeDeveloping
e8524dced5
Update French translation ( #1083 )
...
Update French strings
2022-03-03 17:16:11 +01:00
Paddy Xu
f726841d99
update deps
2021-11-15 23:52:02 +01:00
Habib Mahdi
eaa918079c
Add Arabic translation ( #972 )
...
* Add Arabic translation
* Add Arabic translation
* Add Arabic translation
2021-09-18 19:07:57 +02:00
Paddy Xu
237b99b305
Fix #941 : caller assembly is incorrect in RELEASE mode
2021-06-27 11:22:02 +02:00
albertopasqualetto
49bb96e92d
Updated Italian translation ( #918 )
2021-06-21 11:16:55 +02:00
Natan FOURIÉ
8c8ade0bf9
Adding french translation ( #900 )
...
* Adding french translation
* Adding missing french translation
* Update Translations.config
* Updating french localization
2021-05-14 19:03:08 +02:00
Hyeongmin Kim
0dd8e919ca
Added Korean localization ( #891 )
...
* Added korean language
* Update Translations.config
2021-04-06 13:16:58 +02:00
sheykandi
dc87c32af0
Update Translations.config ( #846 )
...
Added Spanish translation
2021-02-11 15:16:12 +01:00
Paddy Xu
aeee21a85a
Detect all WebView2 version using the provided API
2021-01-24 18:10:00 +01:00
Alexander Raab
2408c094ae
Added german translations
2021-01-11 15:17:11 +01:00
Paddy Xu
8ee6c770c4
Update copyright header
2021-01-10 20:12:25 +01:00
Paddy Xu
26f9044c6c
Update Translations.config
2021-01-10 18:07:38 +01:00
Paddy Xu
6a0c116bd4
Fix WebView2 data path
2021-01-10 17:18:43 +01:00
Paddy Xu
7cf0d0affb
Fix #539 : replace IE WebView with Edge WebView2
2021-01-10 14:50:56 +01:00
Leon Pascal Thierschmidt
25e6d6b9cb
Fixed merging-error
...
Removed `.url` from `private static readonly string[] Extensions`
2020-05-02 16:18:15 +02:00
Leon Pascal Thierschmidt
94724104b3
Merge remote-tracking branch 'origin/master' into enhanced_url_preview
2020-05-02 15:52:07 +02:00
Paddy Xu
63126887eb
Render SVG using ImageViewer
2020-05-01 19:03:23 +03:00
Leon Pascal Thierschmidt
8e801d9fa4
Remove TODO
2020-04-09 01:13:21 +02:00
Leon Pascal Thierschmidt
cf29484208
Changed logic so that plugin only supports ".url"s that contain urls with protocol http or https
...
Ref: QL-Win#625
2020-04-09 01:09:41 +02:00
Jethro-Alter
da02d6d6ee
Display .url files as webpage ( #550 )
2019-09-23 11:02:19 +03:00
Paddy Xu
7ca2f61658
Fix #488 : view SVG as webpage
2019-05-26 18:43:40 +03:00
Paddy Xu
ea55fda70a
use helper call
2018-11-07 20:32:47 +02:00
Verrickt
3de59702f4
Make HTML viewer and Markdown viewer per monitor DPI aware
2018-10-25 19:36:46 +08:00
Paddy Xu
4f496f5ab8
wip plugin installer
2018-08-28 23:49:35 +03:00
Paddy Xu
ee6bca704d
start working on NConvert
2018-08-12 15:26:03 +03:00
Paddy Xu
6bc990bbf9
move to Plugin namespace
2018-02-12 19:30:30 +02:00
Paddy Xu
197bfee1da
fix path
2018-02-12 19:30:29 +02:00
Paddy Xu
56af2311b9
abstract plugin interface
2018-02-12 19:30:28 +02:00
Paddy Xu
804876a987
remove strong-name signing
2018-01-27 14:44:53 +02:00
Paddy Xu
76dd2feb30
remove all destructors
2018-01-24 19:11:49 +02:00
Paddy Xu
99d067ea2d
remove useless references
2017-12-22 10:53:12 +02:00
Paddy Xu
8440bc6fc7
remove transparent window
2017-11-02 21:49:20 +02:00
Paddy Xu
3a20245304
wip
2017-08-06 15:06:55 +03:00
Paddy Xu
60cd782c64
WIP: more new styles
2017-08-06 00:17:51 +03:00
Paddy Xu
f15f65192d
sign all compoments
2017-08-02 00:29:41 +03:00
Paddy Xu
2ef607ecb9
unify file encoding
2017-07-23 22:43:17 +03:00
Paddy Xu
44f52db289
Handle MHTML formats
2017-07-23 16:04:59 +03:00
Paddy Xu
61074fea2c
Revert "Sign all projects with strong names"
...
This reverts commit d98afaa4dc
.
2017-07-15 21:29:35 +03:00