-
Hi,
I'm getting the following error when trying to use your code:
```
user@MacBook-Air-M1 textbundle-to-html-main % textbundle-to-html test.textbundle
node:fs:599
handleErrorFromBinding(ctx);…
-
## What problem does this solve or what need does it fill?
from the `display_and_visibility` example:
```rust
let bottom_frame = commands.spawn(NodeBundle {
style: Style {
…
-
Some links that might become interesting in the future. Loose collection:
- QR code generation https://github.com/jeromeetienne/jquery-qrcode
- HTML sanitizer based on htmlparser2 (as is my vdom) …
-
Images referenced from the asset folder of a textbundle are not displayed in the QuickLook view.
-
Hi,
I just want to implement a score board, which will have all player's name and score, the player will use a SpritBundle and score use TextBundle, but I'm quite confuse with how to combine them i…
-
### Description
While moving a markdown file within my Zettlr workspace in a sub-directory of in a directory on a higher level usig Zettlr's File Manager, lall linked images / files remain in the …
-
It would be great to have support for:
- TextPack, which I understand to be a zipped TextBundle
- Panda, which I understand to be a .textpack with the extension renamed to .panda
-
~~- [ ] Scrivener?~~
- [ ] Textbundle (Ulysses)?
- [ ] Excel?
-
> 本次更新没有大功能,主要功能包括:
## 功能
- 优化了简悦数据文件的读取/写入速度
- 统一了外部读取接口 `http://localhost:7026/reading`
- 支持 Textbundle 导出,详细请看 [Textbundle](http://ksria.com/simpread/docs/#/Textbundle)
- 支持 pandoc 任意格式的导出…
-
## Bevy version
main
## What you did
```rust
use bevy::prelude::*;
fn main() {
App::new()
.add_plugins(DefaultPlugins)
.add_systems(Startup, hello_world_system)
…