https://github.com/mikewesthad/docxtemplater-link-module-working-demo
A working demo of how to use docxtemplater-link-module with docxtemplater v2
https://github.com/mikewesthad/docxtemplater-link-module-working-demo
Last synced: about 2 months ago
JSON representation
A working demo of how to use docxtemplater-link-module with docxtemplater v2
- Host: GitHub
- URL: https://github.com/mikewesthad/docxtemplater-link-module-working-demo
- Owner: mikewesthad
- Created: 2018-12-10T19:16:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T19:29:57.000Z (over 6 years ago)
- Last Synced: 2025-02-14T08:46:30.497Z (4 months ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Working demo of docxtemplater-link-module with docxtemplater v2
[docxtemplater-link-module](https://github.com/sujith3g/docxtemplater-link-module) only works with an old version of [docxtemplater](https://github.com/open-xml-templating/docxtemplater#readme). Links are pretty essential to docx templating, so I decided to share a working demo for others to more easily follow.
The relevant docs:
- [docxtemplater v2.1.5](https://docxtemplater.readthedocs.io/en/v2.1.5/syntax.html)
- [docxtemplater-link-module](https://github.com/sujith3g/docxtemplater-link-module)## Installing
```
npm install
```## Running
```
npm run dev
```This will start a client-side app running on localhost:1234 which has a download button that fills in a link in at a docx template.