rustree

Crates.iorustree
lib.rsrustree
version0.1.0
sourcesrc
created_at2024-01-08 05:25:58.217325
updated_at2024-01-08 05:25:58.217325
descriptionRustree is a notepad that stores text (in HTML format) in a hierarchical structure.
homepagehttps://github.com/zalupa35/rustree
repositoryhttps://github.com/zalupa35/rustree
max_upload_size
id1092203
size420,675
zalup (zalupa35)

documentation

README

Rustree

Rustree is a notepad that stores text (in HTML format) in a hierarchical structure. (A document is a tree: it has a root node, which has child nodes, which have child nodes, etc...). It was inspired by Treepad.

Tested only on Windows.

Themes

Features

  • Rustree has it's own binary document format: .rtd (Rustree Document). It also contains resources (currently only images) that can be used in the document (resources can be added in the Resources tab).
  • Rustree has eight themes (you can change the theme in the File/Settings menu).
  • You can add references to other nodes in the document in the node text.
  • Rustree is portable and small (3.4 mb).

Read more about the Rustree in it's manual (download it and open in the Rustree using the file menu or the shortcut Ctrl + O).

Installation

To install Rustree, you need to install Rust and enter this command:

cargo install rustree
Commit count: 0

cargo fmt