Trent Blackburn
cbc063088f
docs: drop rust-script row from highlighting table
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 16:44:48 -04:00
Trent Blackburn
ad38f0c1e7
docs: drop typst row since it is not syntax-highlighted
...
Typst blocks fall through to the `txt` extension in
`highlighting.rs`, so listing typst under the highlighted-languages
table is misleading. Properly highlighting typst would require a
source change and is out of scope for this docs refresh.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 16:12:15 -07:00
Trent Blackburn
c94e2036a1
docs: use parser-accepted identifier for cmd and add tsx row
...
Addresses review feedback on #878 :
- Rename the `batchfile` row to `cmd`, since `SnippetLanguage::from_str`
only accepts `bat`/`cmd`, not `batchfile`.
- Add a `tsx` row alongside `typescript` — `TypeScriptReact` has both a
highlighter and an executor entry.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 15:41:31 -07:00
Trent Blackburn
701ceffad8
docs: list all supported languages in highlighting table
...
The highlighting docs table was missing several languages that are
already wired up in the code (dart, gdscript, graphql, jsonnet,
powershell, racket, rust-script, typst, verilog, wsl) and had stale
execution-support columns for elixir, batchfile, and typescript.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 15:23:16 -07:00
Matias Fontanini
dc31f7997d
docs: describe slide titles and headings better
2026-02-18 09:33:08 -08:00
Tristram Oaten
33e889b51b
Add styling docs to slide_title
...
Out of interest, I tried to style the title, and it worked! I've updated the docs to reflect this.
Interestingly, I couldn't get `italic: true` to work, though bold and underline were fine.
2026-02-16 11:47:13 +00:00
Matias Fontanini
7a00f8cadf
chore: prepare for 0.16.0 release
2026-02-15 15:55:32 -08:00
Cyberistic
30933ed9c8
Applied suggested fixes
2026-02-07 13:57:58 -08:00
Cyberistic
c1be5e4964
feat: add support for user comments in presentation rendering
2026-02-07 13:57:58 -08:00
Matias Fontanini
9b1f3086cf
feat!: enable sixel by default
2026-01-24 14:10:21 -08:00
JOTSR
4d15779f03
Merge branch 'master' into feat/auto-theme
2025-11-20 00:38:36 +01:00
Julien Oculi
1a4db96ac0
doc: update settings section to include new theme configuration
2025-11-20 00:34:27 +01:00
Gregory Cavelier
abaaf82a45
fix: typo
2025-11-19 09:02:56 +01:00
Bruno Rocha
cb4e6aec5d
fix: correct Vim fzf reducer function in documentation
...
The reducer should return the whole line as-is since each line
is already a complete comment command.
2025-09-06 17:03:04 +01:00
Bruno Rocha
8a0b61aac1
docs: add documentation for --list-comment-commands feature
...
- Add section explaining the purpose and usage of the new CLI option
- Include output format example
- Add Vim integration example with fzf for quick command insertion
2025-09-06 17:02:01 +01:00
Gregory 'GaLi' Cavelier
32b096968e
docs: sync supported terminals
2025-09-05 11:15:20 +02:00
Matias Fontanini
be56174a47
docs: document overflow validation
2025-08-28 15:58:53 -07:00
Matias Fontanini
d93bf27833
docs: add docs for 0.15.0
2025-07-13 13:46:36 -07:00
Heechul Ryu
fe33c392f7
doc: clarify why no remote URLs work with images
...
addresses the need of having to search or create issues like https://github.com/mfontanini/presenterm/issues/213#issuecomment-1950342423
2025-07-05 09:45:43 -07:00
Brendan Golden
2c3b96894b
doc: updated the doc for the addition of `environment variable`
2025-07-03 02:09:30 +00:00
Michal Nebes
2ec3a25044
Add support for code highlighting and execution for F#
2025-06-20 16:32:55 +02:00
PtiBouchon
d47dbbba25
docs: add a note to export pdf using uv
2025-06-19 17:27:46 +02:00
Matias Fontanini
6eb627238a
docs: change install docs a little bit
2025-05-31 15:15:34 -07:00
Paul Tsouchlos
4831a1f06b
docs(install): add mention of winget
...
Document `winget` as an installation option for `presenterm` on Windows.
2025-05-27 22:36:43 -04:00
Gökhan Alkacir
9e245a5df1
fix: note callout
2025-05-24 23:16:12 +02:00
Matias Fontanini
7fb1ec77ae
docs: fix gruvbox-dark reference in docs
...
Fixes #605
2025-05-22 16:41:23 -07:00
Matias Fontanini
040512b6e4
docs: update docs with 0.14.0 changes
2025-05-17 13:28:00 -07:00
Tristram Oaten
f626a5c320
Fix typo in highlighting.md
...
Single word change on line 150: `s/shot/show`
Thanks!
2025-05-09 07:31:14 +01:00
Matias Fontanini
c0298506c5
docs: include right heading in link to configuration
2025-05-07 06:22:16 -07:00
dzu_we
257fa137c5
fix: rename parameter name to the correct one
2025-04-27 18:36:24 +03:00
Matias Fontanini
232fc34fce
chore: update docs to include 0.13.0 changes
2025-04-25 06:05:55 -07:00
Matias Fontanini
3a7f6ae661
docs: document speaker notes always on better
2025-03-29 15:43:28 -07:00
Matias Fontanini
3715bfa4da
chore: add docs for 0.12.0
2025-03-24 18:24:28 -07:00
Tonći Galić
af82ee747b
Correctly include layout pic
...
Seems like the example layout picture wasn't referred correctly and hence doesn't show up when visiting https://mfontanini.github.io/presenterm/features/layout.html .
This change should probably fix it.
2025-03-13 12:54:42 +01:00
Matias Fontanini
cafc6bb850
chore: include screenshot of footer example
2025-03-08 13:16:33 -08:00
Matias Fontanini
3b40c8fd3d
chore: add docs for 0.11.0
2025-03-08 13:16:33 -08:00
Matias Fontanini
0f80362558
docs: mention tmux passthrough in docs
2025-02-15 14:08:00 -08:00
Ivan G.
8935e1d110
Update introduction.md
...
Fix broken link to installation guide in introduction.md
2025-02-13 19:24:30 +00:00
Matias Fontanini
8093875aea
docs: move notes around external code highlighting via bat
2025-02-05 15:58:05 -08:00
Matias Fontanini
33c7c9705c
docs; fix latex image link
2025-02-02 16:57:32 -08:00
Matias Fontanini
dacb291de2
docs: link speaker notes example
2025-02-02 14:49:52 -08:00
Matias Fontanini
3379d7a9cb
docs: restructure docs mdbook
2025-02-02 14:33:39 -08:00
Matias Fontanini
f8e9ec6728
docs: fix code to image conversion example
2025-02-02 13:11:34 -08:00
Matias Fontanini
3911f15cbc
chore: update demo presentation to use new features
2025-02-02 08:41:33 -08:00
Matias Fontanini
fd45d96e1c
docs: add docs on 0.10.0 features
2025-02-02 08:41:33 -08:00
Matias Fontanini
b82a7e365d
docs: document tmux active session bug
2024-12-04 05:38:38 -08:00
Matias Fontanini
792ed7c1b4
docs: add notes on running bat directly
2024-11-16 13:36:11 -08:00
Matias Fontanini
a3eacf7277
chore: update demo.gif
2024-10-06 10:48:36 -07:00
Matias Fontanini
dec21d51cf
chore: update docs with 0.9.0 changes
2024-10-06 10:48:35 -07:00
Eugene Oliveros
459b4aba40
docs: rename jump_to_vertical_center -> jump_to_middle
2024-08-18 13:52:53 +08:00