Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Format in place:

Pipe through stdin (for editor integration):

cat draft.org | snapper --format org
cat draft.org | snapper --native --format org

The CLI uses pandoc (auto FFI, then CLI) when an FFI writer or `pandoc` on `PATH` is available.
Otherwise it keeps the native line parsers (no error).
Expand Down Expand Up @@ -226,8 +226,8 @@ Configuration guide (org source in-tree): `docs/orgmode/howto/mcp-integration.or

<tr>
<td class="org-left">Plaintext</td>
<td class="org-left">everything else</td>
<td class="org-left">(none; all text treated as prose)</td>
<td class="org-left"><code>.txt</code></td>
<td class="org-left">(none; all text treated as prose). Unknown extensions are refused unless <code>--format</code> is set</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -313,7 +313,7 @@ The WebAssembly add-in source and sideloading instructions live in `editors/word

Auto-format on commit, transparent to collaborators:

git config filter.snapper.clean "snapper --format org"
git config filter.snapper.clean "snapper --native --format org"
git config filter.snapper.smudge cat

Then add to `.gitattributes`:
Expand Down
Loading
Loading