rstudio / rstudio/flexdashboard

Link multiple pages from global Sidebar

Open
#144 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
848
Forks
298
PR merge metrics
No merged PRs in 30d

Description

It sounds silly but for some reason I am not able to get to 2nd page from link in global Sidebar. The reverse works, i.e. if I am on 2nd page, I can click on 1st page link and it takes me to 1st page. I am using flexdashboard 0.5 and installed from Github. Here's my code.

---
title: "Untitled"
output: 
  flexdashboard::flex_dashboard:
    orientation: columns
    vertical_layout: fill
runtime: shiny
---

###### Commenting below lines for Github code to display in full block
#```{r setup, include=FALSE}
#library(flexdashboard)
#```

Sidebar {.sidebar} 
=====================================

[Step 1: Inputs](#inputs)</br>

[Step 2: Training](#training)


Inputs
=====================================

Column {data-width=650}
-----------------------------------------------------------------------

### Input Dataset

Column {data-width=350}
-----------------------------------------------------------------------

### Y Variable


### X variables


Training
=====================================

Column
-----------------------------------------------------------------------

### Model Options


Column {.tabset}
-----------------------------------------------------------------------

### CV Model Rank

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the supplied flexdashboard 0.5 example with its global Sidebar links and two pages. Start by inspecting how the Sidebar anchors are generated and verify navigation in both directions. Done means both Step 1 and Step 2 links navigate to their corresponding sections.

Written by the indexing model from the issue text.

Assessment

Tech stack
r
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.