0.3.3
This commit is contained in:
parent
fcda68dbfe
commit
e489f1deca
@ -4,9 +4,9 @@ import { bundleAssets } from "./asset_bundle/builder.ts";
|
|||||||
import { Manifest } from "./types.ts";
|
import { Manifest } from "./types.ts";
|
||||||
import { version } from "../version.ts";
|
import { version } from "../version.ts";
|
||||||
|
|
||||||
const workerRuntimeUrl = new URL("./worker_runtime.ts", import.meta.url);
|
// const workerRuntimeUrl = new URL("./worker_runtime.ts", import.meta.url);
|
||||||
// const workerRuntimeUrl =
|
const workerRuntimeUrl =
|
||||||
// `https://deno.land/x/silverbullet@${version}/plugos/worker_runtime.ts`;
|
`https://deno.land/x/silverbullet@${version}/plugos/worker_runtime.ts`;
|
||||||
|
|
||||||
export type CompileOptions = {
|
export type CompileOptions = {
|
||||||
debug?: boolean;
|
debug?: boolean;
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = '0.3.2';
|
export const version = '0.3.3';
|
||||||
|
@ -3,7 +3,7 @@ release.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Next
|
## 0.3.3
|
||||||
|
|
||||||
* **Breaking change (for some templates):** Template in various places allowed you to use `{{variables}}` and various handlebars functions. There also used to be a magic `{{page}}` variable that you could use in various places, but not everywhere. This has now been unified. And the magical `{{page}}` now has been replaced with the global `@page` which does not just expose the page’s name, but any page meta data. More information here: [[🔌 Core/Templates@vars]]. You will now get completion for built-in handlebars helpers after typing `{{`.
|
* **Breaking change (for some templates):** Template in various places allowed you to use `{{variables}}` and various handlebars functions. There also used to be a magic `{{page}}` variable that you could use in various places, but not everywhere. This has now been unified. And the magical `{{page}}` now has been replaced with the global `@page` which does not just expose the page’s name, but any page meta data. More information here: [[🔌 Core/Templates@vars]]. You will now get completion for built-in handlebars helpers after typing `{{`.
|
||||||
* **Breaking change** (for [[STYLES]] users). The [[STYLES]] page is now no longer “magic” and hardcoded. It can (and must) now be specified in [[SETTINGS]] (see example on that page) for styles to be loaded from it.
|
* **Breaking change** (for [[STYLES]] users). The [[STYLES]] page is now no longer “magic” and hardcoded. It can (and must) now be specified in [[SETTINGS]] (see example on that page) for styles to be loaded from it.
|
||||||
@ -12,6 +12,7 @@ release.
|
|||||||
* The `Daily Note` template now supports setting a caret position with `|^|`.
|
* The `Daily Note` template now supports setting a caret position with `|^|`.
|
||||||
* Explicit {[Sync: Now]} command, for those who are impatient
|
* Explicit {[Sync: Now]} command, for those who are impatient
|
||||||
* Tons of smaller bug fixes
|
* Tons of smaller bug fixes
|
||||||
|
* (Experimental) work towards a single-binary distribution of SilverBullet (per platform), no Deno install required.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user