question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

md suffix should be automatically added for validation

See original GitHub issue

I am using Jekyll on my site and I want to have Semantic URLs.

For instance, I create FileLinks.md, but the URL is without md suffix: http://help.jabref.org/en/FileLinks

This confuses the validation:

grafik

Is it possible to tune the validation to also check for existance of an md file?

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:1
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vschcommented, Apr 12, 2019

@Jelmerb, you need to add Link Address Element entry to map to convert no extension link text to file ref with .md extension:

Type Regex Pattern Replacement
Text to File Ref ^((?:.*[\\/])?[^\.\\/]+)$ $1.md
File Ref to Text ^(.+?)(?:\.md)$ $1

Screenshot_Add_Md_LinkMap

This will resolve links without .md extension to files with .md extension and complete files with .md extension to files without an extension.

0reactions
Jelmerbcommented, Apr 13, 2019

@vsch Thank you very much!

Read more comments on GitHub >

github_iconTop Results From Across the Web

protoc-gen-validate (PGV) - GitHub
This plugin adds support to protoc-generated code to validate such constraints. Developers import the PGV extension and annotate the messages and fields in ......
Read more >
Working with Bibliographic Records
Overview and instructions for bibliographic record creation and management in the MD Editor.
Read more >
Structured Product Labeling (SPL) Implementation Guide with ...
Implementation Guide with Validation Procedures ... the item reference that is assigned by the owner of the company prefix to create a unique...
Read more >
Improving Consumer Understanding of Medical Text - NCBI
Improving Consumer Understanding of Medical Text: Development and Validation of a New SubSimplify Algorithm to Automatically Generate Term Explanations in ...
Read more >
US Street Address API documentation - Smarty
(Need to validate a single address? ... For all addresses submitted freeform, the API will automatically employ a strict match output strategy.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found