Pass
Table of Contents
Restrict page access using secret pass code.
Something looks broken? We accept bounties to fix them faster.
^ | 213 Downloads |
---|---|
v2.4.1 | 195 Downloads |
v2.4.0 | 166 Downloads |
v2.3.2 | 199 Downloads |
v2.0.0 | 130 Downloads |
v1.0.0 | 368 Downloads |
Usage
Create a page then add a pass
property with pass code as the value:
---
title: My Secret Diary
description: This is a long story about my life.
type: Markdown
pass: b4d455
...
Page content goes here.
Set custom question by putting it in the q
property of the pass
property, then put the answer in the a
property:
---
title: My Secret Diary
description: This is a long story about my life.
type: Markdown
pass:
q: What’s my sister’s name? # question
a: alice # answer
h: One word. # hint
...
Page content goes here.