mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Update documentation
This commit is contained in:
@ -12,9 +12,6 @@ The **d**oc**s**pell **c**lient, short
|
||||
docspell through the command line. It is also aims to be useful for
|
||||
your own scripts and programs.
|
||||
|
||||
It is supposed to replace most of the shell scripts from the `tools/`
|
||||
directory.
|
||||
|
||||
It is a work in progress; eventually most of the
|
||||
[api](@/docs/api/_index.md) will be covered.
|
||||
|
||||
|
BIN
website/site/content/docs/tools/ds4e-01.png
Normal file
BIN
website/site/content/docs/tools/ds4e-01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 376 KiB |
BIN
website/site/content/docs/tools/ds4e-01_light.png
Normal file
BIN
website/site/content/docs/tools/ds4e-01_light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 370 KiB |
27
website/site/content/docs/tools/ds4e.md
Normal file
27
website/site/content/docs/tools/ds4e.md
Normal file
@ -0,0 +1,27 @@
|
||||
+++
|
||||
title = "Emacs"
|
||||
description = "Docspell from Emacs."
|
||||
weight = 30
|
||||
+++
|
||||
|
||||
# Ds4e
|
||||
|
||||
If you use Emacs you might find the
|
||||
[ds4e](https://github.com/docspell/ds4e) project useful. It provides a
|
||||
few packages to use Docspell from within Emacs.
|
||||
|
||||
It is implemented as a wrapper to the [cli](@/docs/tools/cli.md) tool,
|
||||
which must be installed first.
|
||||
|
||||
## Features
|
||||
|
||||
The ds4e is a collection of Emacs packages that provide mainly
|
||||
integrations into other Emacs packages, like mu4e, dired or dashboard.
|
||||
|
||||
The `ds4e-search` package allows to search and view documents.
|
||||
|
||||
Please refer to the [README](https://github.com/docspell/ds4e) for
|
||||
details.
|
||||
|
||||
|
||||
{{ figure2(light="ds4e-01_light.png", dark="ds4e-01.png") }}
|
Reference in New Issue
Block a user