parent
e42a6844e9
commit
ea5adebbbd
|
@ -5,7 +5,7 @@ This page contains some configuration overrides for SilverBullet. A list of conf
|
||||||
To update the [[!silverbullet.md/Libraries|libraries]] specified below, run {[Libraries: Update]}
|
To update the [[!silverbullet.md/Libraries|libraries]] specified below, run {[Libraries: Update]}
|
||||||
|
|
||||||
\`\`\`yaml
|
\`\`\`yaml
|
||||||
indexPage: index
|
indexPage: "[[index]]"
|
||||||
libraries:
|
libraries:
|
||||||
- import: "[[!silverbullet.md/Library/Core/*]]"
|
- import: "[[!silverbullet.md/Library/Core/*]]"
|
||||||
\`\`\`
|
\`\`\`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@silverbulletmd/silverbullet",
|
"name": "@silverbulletmd/silverbullet",
|
||||||
"version": "0.9.3",
|
"version": "0.9.4",
|
||||||
"exports": {
|
"exports": {
|
||||||
"./syscall": "./plug-api/syscall.ts",
|
"./syscall": "./plug-api/syscall.ts",
|
||||||
"./syscalls": "./plug-api/syscalls.ts",
|
"./syscalls": "./plug-api/syscalls.ts",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
export const version = "0.9.3";
|
export const version = "0.9.4";
|
||||||
|
|
Loading…
Reference in New Issue