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.

Default separator broken

See original GitHub issue

Versions : vscode-reveal extension = 3.2.0, vscode = 1.31.0 (January 2019)

When no slide separator is specified, --- works fine with the extensions (slide count, slide explorer) but does not work in the side preview and in the browser: only one slide is recognized.

When --- is specified as slide separator in the header, side preview and in browser rendering are fine but slide count and slide explorer now take into account the --- used to specify the header.

Example:

---
highlightTheme: "darkula"
slideNumber: true
separator: ^( ?| )---( ?| )$
---

# Hello

Slide 1

---

## Slide 2

Slide 2

---

Slide 3

When defining and using ---- as slide separator, slide count and slide explorer are still falsy.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
evilzcommented, Apr 10, 2019

Ok I need to update documentation.

Maybe I’m going to remove some configuration from Extension menu and only do it from front matter.

1reaction
evilzcommented, Feb 7, 2019

Thank,

not sure why, but this should work

separator: ^---$
Read more comments on GitHub >

github_iconTop Results From Across the Web

Separator Wide Width, Full Width “broke” after 5.8 upgrade
It seems like the width of the separator is controlled by the theme. By default, it will only show a short separator though....
Read more >
Formula errors in Excel when list separator is not set correctly
When entering a formula an error will occur if trying to use a symbol that is not the default 'list separator' in the...
Read more >
Default field separator for awk - linux - Stack Overflow
The default field delimiter or field separator (FS) is [ \t]+ , i.e. one or more space and tab characters. – Thor. May...
Read more >
How to get Excel to interpret the comma as a default delimiter ...
Click the Windows Start menu. · Click Control Panel. · Open the Regional and Language Options dialog box. · Click the Regional Options...
Read more >
Opening Excel files with the correct CSV list separator
This is due to regional Excel settings that have default list separator options where files will either be read with a comma separator...
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