Skip to content

Commit c19effc

Browse files
committed
remove links to wiki - add links to user guide
1 parent 08d928e commit c19effc

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

README.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The XSLT/XPath extension for VSCode provides comprehensive language support for
3333
\* *Problem-reporting currently depends on the VSCode symbol-provider. To ensure problems are always reported in VSCode, use the following VSCode setting: `"breadcrumbs.enabled": true`*
3434

3535

36+
3637
# General XML Features
3738
| Feature | Details |
3839
| ------- | ------- |
@@ -69,7 +70,7 @@ This extension performs a comprehensive set of checks on the code, before any XS
6970

7071
![xslt-tasks](xslt-tasks.png)
7172

72-
XSLT transforms are configured and run as special VSCode Tasks. For more detail, see [XSLT Tasks](https://github.com/DeltaXML/vscode-xslt-tokenizer/wiki/XSLT-Tasks)
73+
XSLT transforms are configured and run as special VSCode Tasks. For more detail, see [Running XSLT](https://deltaxml.github.io/vscode-xslt-xpath/run-xslt.html)
7374

7475
# Release Notes
7576

@@ -183,22 +184,16 @@ Code-folding currently works by indentation indicating the nesting level. So, if
183184
```
184185
___
185186

186-
# Visual Studio Code Features
187-
188-
For reference, links to built-in Visual Studio Code language features that are supported/enhanced by this extension are listed below:
189-
- [Auto Completion/Intellisense](https://code.visualstudio.com/docs/editor/intellisense)
190-
- [Syntax Highlighting Themes](https://code.visualstudio.com/docs/getstarted/themes)
191-
- [Code Formatting](https://code.visualstudio.com/docs/editor/codebasics#_formatting)
192-
- [Code Folding](https://code.visualstudio.com/docs/editor/codebasics#_folding)
193-
- [Snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets) for XSLT/XPath context
194-
- [Code symbol outline](https://code.visualstudio.com/docs/getstarted/userinterface#_outline-view)
195-
- [Goto Symbol](https://code.visualstudio.com/Docs/editor/editingevolved#_peek)
196-
- [Symbol Breadcrumbs](https://code.visualstudio.com/docs/getstarted/userinterface#_breadcrumbs)
197-
- [Goto Definition](https://code.visualstudio.com/Docs/editor/editingevolved#_go-to-definition)
198-
- [Peek Definition](https://code.visualstudio.com/Docs/editor/editingevolved#_peek)
199-
- [VScode Tasks](https://code.visualstudio.com/Docs/editor/tasks) include custom [XSLT Tasks](https://github.com/DeltaXML/vscode-xslt-tokenizer/wiki/XSLT-Tasks)
200-
- [Bracket Matching](https://code.visualstudio.com/Docs/editor/editingevolved#_bracket-matching)
201-
- [Errors and Warnings](https://code.visualstudio.com/Docs/editor/editingevolved#_errors-warnings) for XSLT/XPath Syntax *
187+
# XSLT/XPath User Guide
188+
189+
The [XSLT/XPath User Guide](https://deltaxml.github.io/vscode-xslt-xpath/) provides an introduction to features supported by this extension for XSLT and XPath developers:
190+
191+
- [Overview](https://deltaxml.github.io/vscode-xslt-xpath/index.html)
192+
- [Editing XML](https://deltaxml.github.io/vscode-xslt-xpath/editing.html)
193+
- [Editing XSLT/XPath](https://deltaxml.github.io/vscode-xslt-xpath/editing-xslt.html)
194+
- [Code Navigation](https://deltaxml.github.io/vscode-xslt-xpath/navigation.html)
195+
- [Running XSLT](https://deltaxml.github.io/vscode-xslt-xpath/run-xslt.html)
196+
- [Settings](https://deltaxml.github.io/vscode-xslt-xpath/settings.html)
202197

203198
---
204199

0 commit comments

Comments
 (0)