UPDATE: text changes in some sections, adds placeholder pages

This commit is contained in:
Daniel
2024-11-24 19:14:18 +01:00
committed by Nicolás Hatcher Andrés
parent 16212b1518
commit cb38eff899
8 changed files with 98 additions and 48 deletions

View File

@@ -1938,25 +1938,25 @@ export default defineConfig({
], ],
}, },
{ {
text: "Uncatogorized", text: "Uncategorized",
collapsed: true, collapsed: true,
link: "/functions/uncatogorized", link: "/functions/uncategorized",
items: [ items: [
{ {
text: "REGEXTEST", text: "REGEXTEST",
link: "/functions/uncatogorized/regextest", link: "/functions/uncategorized/regextest",
}, },
{ {
text: "REGEXEXTRACT", text: "REGEXEXTRACT",
link: "/functions/uncatogorized/regexextract", link: "/functions/uncategorized/regexextract",
}, },
{ {
text: "REGEXREPLACE:", text: "REGEXREPLACE:",
link: "/functions/uncatogorized/regexreplace:", link: "/functions/uncategorized/regexreplace:",
}, },
{ {
text: "TRIMRANGE", text: "TRIMRANGE",
link: "/functions/uncatogorized/trimrange", link: "/functions/uncategorized/trimrange",
}, },
], ],
}, },

View File

@@ -4,23 +4,9 @@ outline: deep
lang: en-US lang: en-US
--- ---
::: warning
**Note:** This function is not yet available in IronCalc 🚧
[Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions)
:::
::: warning
**Note:** This page is under construction 🚧
:::
# CUBEKPIMEMBER # CUBEKPIMEMBER
## Parameters ::: warning
🚧 This function is not yet available in IronCalc.
## Overview [Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions)
:::
## Examples
[See this example in IronCalc](https://app.ironcalc.com/?filename=cubekpimember)
## Links

View File

@@ -26,7 +26,7 @@ If your interest rate varies between periods, use the **FVSCHEDULE** function in
### Additional notes ### Additional notes
- FV may generate #ERROR!, #VALUE! or #DIV/0! errors. For more details see our Error Types page (<span style="color:orange">link when page written</span>). - FV may generate #ERROR!, #VALUE! or #DIV/0! errors. For more details see our [Error Types page](/features/error-types.md).
- Make sure that the _rate_ argument specifies the interest rate or yield applicable to the compounding period, based on the value chosen for _nper_. - Make sure that the _rate_ argument specifies the interest rate or yield applicable to the compounding period, based on the value chosen for _nper_.
- The _pmt_ and _pv_ arguments should be expressed in the same currency unit. FV returns a value in the same currency unit. - The _pmt_ and _pv_ arguments should be expressed in the same currency unit. FV returns a value in the same currency unit.
- To ensure a worthwhile result, one of the _pmt_ and _pv_ arguments should be set to a non-zero value. - To ensure a worthwhile result, one of the _pmt_ and _pv_ arguments should be set to a non-zero value.

View File

@@ -4,18 +4,8 @@ outline: deep
lang: en-US lang: en-US
--- ---
::: warning
**Note:** This page is under construction 🚧
:::
# ADDRESS # ADDRESS
## Parameters ::: warning
🚧 This function is implemented but currently lacks detailed documentation. For guidance, you may refer to the equivalent functionality in [Microsoft Excel documentation](https://support.microsoft.com/en-us/office/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb).
## Overview :::
## Examples
[See this example in IronCalc](https://app.ironcalc.com/?filename=address)
## Links

View File

@@ -9,3 +9,14 @@ lang: en-US
::: warning ::: warning
**Note:** This page is in construction 🚧 **Note:** This page is in construction 🚧
::: :::
# About TironCalc
**TironCalc**, or **Tiron** for friends, is a TUI (Terminal User Interface) for **IronCalc**. Its designed to bring the functionality of IronCalc to the command line, using the [**ratatui**](https://github.com/ratatui-org/ratatui) library.
## Inspiration
TironCalc is inspired by earlier terminal-based spreadsheet tools:
- James Gosling of Java fame created [sc](<https://en.wikipedia.org/wiki/Sc_(spreadsheet_calculator)>) the spreadsheet calculator.
- Andrés Martinelli has been maintaining [sc-im](https://github.com/andmarti1424/sc-im), the spreadsheet calculator improvised.

View File

@@ -6,6 +6,32 @@ lang: en-US
# Installing and running Tironcalc # Installing and running Tironcalc
::: warning ## Build
**Note:** This page is in construction 🚧
::: ```
cargo build --release
```
You will find the binary at `./target/release/tiron`.
## Documentation
Start empty project:
```
$ tiron
```
Load an existing Excel file:
```
$ tiron example.xlsx
```
- `Arrow Keys` to navigate cells
- `e` to edit a cell and enter the value or formula.
- `q` to quit and save
- `+` to add a sheet
- `s` to go to the next sheet
- `a` to go to the previous sheet
- `PgUp/PgDown` to navigate rows faster

View File

@@ -4,8 +4,19 @@ outline: deep
lang: en-US lang: en-US
--- ---
# Importing Files # About the Web Application
::: warning The IronCalc web application serves multiple purposes:
**Note:** This page is in construction 🚧
::: - **Showcasing Capabilities**: It provides a visual demonstration of what IronCalc can do, highlighting its core features and performance.
- **Testing Features**: Users can experiment with various functionalities, making it a useful tool for exploring IronCalc's potential.
- **A Practical Alternative**: Beyond testing, the web app is designed to function as a lightweight alternative to traditional spreadsheet systems.
IronCalc is a **work in progress** project, meaning it is constantly evolving. New features and improvements are regularly added to enhance your experience.
To stay updated:
- Check out our [Changelog](https://github.com/ironcalc/IronCalc/releases) for the latest updates.
- Follow us on [Discord](https://discord.gg/zZYWfh3RHJ) or [social media](https://bsky.app/profile/ironcalc.com) for announcements and sneak peeks at upcoming features.

View File

@@ -6,6 +6,32 @@ lang: en-US
# Sharing Files # Sharing Files
::: warning IronCalc makes it easy to share your files with others. Follow these steps to share a sheet and understand how sharing works.
**Note:** This page is in construction 🚧
::: ## How to Share a File
1. **Click the Share Button**:
In the web app, click the **"Share"** button located in the top-right corner of the interface.
2. **Copy the URL**:
Upon clicking, the sharing URL will be automatically copied to your clipboard.
3. **Share the URL**:
Paste the URL into a message, email, or browser to share it or open the sheet.
## How Sharing Works
- **Snapshot of the Original Sheet**:
When the URL is used to open the sheet, it displays the version of the sheet that was visible when the **"Share"** button was clicked. Please note that **any changes made to the original sheet after sharing will not be reflected in the shared version**.
- **Changes in the Shared Version**:
Any modifications made in the shared sheet (even if its an existing sheet) will **not** overwrite or affect the original sheet.
## Managing Sheets
All your created sheets can be accessed from the **"File"** section in the top-left corner of the window. From here, you can:
- View all existing sheets.
- Delete sheets as needed.
This helps you keep your files organized and makes sharing simple and straightforward.