Commit Graph

180 Commits

Author SHA1 Message Date
Royall Spence
c8a22ccead Fix typo (#42364) 2018-01-30 11:27:14 -08:00
Dirk Baeumer
04594c864b Add support for Language Packs 2018-01-25 21:14:34 +01:00
Matt Bierner
20f2d6fe1b Extract markdown preview scheme to constant 2017-12-20 17:24:45 -08:00
Matt Bierner
2652b3f9b8 Support link with line number in md editor
Fixes #40140
2017-12-12 18:11:14 -08:00
Matt Bierner
4d42f3d7af Support extension-less links in the markdown preview
Fixes #39945
2017-12-12 17:04:29 -08:00
Matt Bierner
7656a3af59 Remove unused import 2017-12-07 12:49:20 -08:00
Matt Bierner
ebfd5dc480 Revert c585fc65b7
Fixes #39857
2017-12-07 12:47:57 -08:00
Matt Bierner
c585fc65b7 Fix markdown extension-less links in the markdown preview
Fixes #37400
2017-12-06 13:37:09 -08:00
Matt Bierner
9becd492fc 💄 2017-12-06 13:37:09 -08:00
Matt Bierner
6c4ed74ac4 Use id for markdown open document link command uir 2017-12-06 13:37:09 -08:00
Matt Bierner
565110a940 Move markdown providers into own directory 2017-12-04 15:25:55 -08:00
Matt Bierner
c3275b7ca1 Extract inner functions in loadMarkdownExtensions 2017-12-04 15:24:08 -08:00
Matt Bierner
826f5a82f8 Move markdown extensions logic to own file 2017-12-04 15:24:08 -08:00
Matt Bierner
6b533e7cae Move markdown TelemetryReporter to own class 2017-12-04 15:24:08 -08:00
Matt Bierner
4d1e77d8eb 💄 2017-12-04 15:24:07 -08:00
Matt Bierner
6b6b456257 Extract loadMarkdownExtensions 2017-12-04 15:24:07 -08:00
Matt Bierner
5e856d473b Finish moving commands over to own file 2017-12-04 15:24:07 -08:00
Matt Bierner
b31dc3a359 Continue moving over commands 2017-12-04 15:24:07 -08:00
Matt Bierner
3c5d21030d Extract show source command to commands 2017-12-04 15:24:07 -08:00
Matt Bierner
73c70588bb Start moving markdown commands to own file 2017-12-04 15:24:07 -08:00
Matt Bierner
34c44f872c Add way to disable markdown preview security warnings in a given workspace
Does not effect the content security level, only toggle the warning popup

Fixes #32251
2017-11-16 18:39:06 -08:00
Matt Bierner
662e0e9c5a Treat tsx as jsx in markdown preview
Fixes #36711
2017-11-16 17:46:54 -08:00
Matt Bierner
25efef4b59 Fix link detection for markdown linsk without space between them
Fixes #37018
2017-11-10 17:10:28 -08:00
Matt Bierner
98d11f1d61 Fix build 2017-11-10 17:00:07 -08:00
Matt Bierner
703fd65430 Mark some constants are readonly 2017-11-10 16:43:44 -08:00
Matt Bierner
3afaa9d9f1 Support for wiki links in the markdown editor
Fixes #37400
2017-11-10 16:43:44 -08:00
Matt Bierner
559428895e Fixed more resource scope access in the markdown extension 2017-10-27 15:20:48 -07:00
Matt Bierner
ded53f4462 Marking markdown settings scopes 2017-10-27 15:20:48 -07:00
Matt Bierner
4dd1244c0a Fix referenceLink detection for unicode
https://github.com/Microsoft/vscode/issues/33714#issuecomment-332207865https://github.com/Microsoft/vscode/issues/33714#issuecomment-332207865

Fixes #33714
2017-09-26 10:31:19 -07:00
kieferrm
08d8f0f9f6 indentation changes 2017-09-25 18:36:43 -07:00
kieferrm
fbb3e25987 omit endPoint where it defaults to none 2017-09-25 18:36:43 -07:00
kieferrm
8705413bf9 gdpr classification for markdown extension 2017-09-25 18:36:43 -07:00
Matt Bierner
a7e3513a7b Localize markdown preview title
Fixes #34830
2017-09-22 11:14:44 -07:00
isidor
93867e4ef2 merge master 2017-09-20 10:08:51 +02:00
Matt Bierner
933e0a8127 Fix markdown table of contents name for strings like # ff
Fixes #34644
2017-09-19 11:03:15 -07:00
isidor
ceb34634b1 always use uri.toString() when comparing uris for equality 2017-09-19 15:59:23 +02:00
Matt Bierner
5829262687 Fix markdown reference links for links with spaces 2017-09-08 14:43:35 -07:00
Matt Bierner
be71eecef0 Fix markdown reference link for form [a][] 2017-09-05 15:35:35 -07:00
Matt Bierner
b96141c2fd Make reference links in md docs scroll to reference block instead 2017-09-05 11:55:59 -07:00
Matt Bierner
465c3ed793 Detect markdown reference links as document links
Fixes #33714
Fixes #25861
2017-09-01 16:29:08 -07:00
Matt Bierner
3416d0d70c Fix markdown preview sometimes not refreshing
Fixes #32111
2017-08-30 15:40:57 -07:00
Matt Bierner
a8951772be Clean up markdown preview fixHref to take resources instead of markdown uri 2017-08-29 16:16:53 -07:00
Matt Bierner
a271fa97a2 Fix markdown.styles not resolving relative to root
fixes #33455
2017-08-29 16:13:23 -07:00
Matt Bierner
931992aea8 Set charset on contributed markdown scripts 2017-08-28 18:01:23 -07:00
Yu Zhang
1c6f2f9a80 🐛 include setext heading levels (Markdown) (#32987)
* 🐛 include setext heading levels

* 📝 typo

* 💚 use `===`
2017-08-22 19:17:15 -07:00
Andrii Melekhovskiy
8d9778b191 Fix typo in Markdown Preview security warning message (#32989) 2017-08-22 17:05:28 -07:00
Johannes Rieken
7128eb085c style - use single-quoted imports 2017-08-21 16:45:32 +02:00
Matt Bierner
cb1797f1ef Revert "Don't scroll to factional line positions in the markdown preview when wordwrap is off"
This reverts commit 5055bb7ba4.
2017-08-16 14:54:53 -07:00
Matt Bierner
5055bb7ba4 Don't scroll to factional line positions in the markdown preview when wordwrap is off 2017-08-16 14:50:53 -07:00
Matt Bierner
3d794e3283 Add More Info link to markdown preview security settings dropdown 2017-08-08 14:07:55 -07:00