mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Merge branch 'current-docs'
This commit is contained in:
@ -460,7 +460,7 @@ Complete
|
|||||||
|
|
||||||
- Joex: A new section for configuring the update task has been added.
|
- Joex: A new section for configuring the update task has been added.
|
||||||
See section `update-check` in the default [config
|
See section `update-check` in the default [config
|
||||||
file](https://docspell.org/docs/configure/main/#joex).
|
file](https://docspell.org/docs/configure/defaults/#joex).
|
||||||
|
|
||||||
|
|
||||||
## v0.25.1
|
## v0.25.1
|
||||||
@ -909,7 +909,7 @@ Please open an issue if want more languages to be included.
|
|||||||
- the config regarding text analysis changed, there are new config
|
- the config regarding text analysis changed, there are new config
|
||||||
options, like `nlp.mode` and the `max-due-date-years` has been
|
options, like `nlp.mode` and the `max-due-date-years` has been
|
||||||
moved inside `text-anlysis`. Please have a look at the new
|
moved inside `text-anlysis`. Please have a look at the new
|
||||||
[default config](https://docspell.org/docs/configure/main/#joex)
|
[default config](https://docspell.org/docs/configure/defaults/#joex)
|
||||||
if you changed something there.
|
if you changed something there.
|
||||||
- The `regex-ner` section has changed: the `enabled` flag has been
|
- The `regex-ner` section has changed: the `enabled` flag has been
|
||||||
removed, you can now limit the number of entries using
|
removed, you can now limit the number of entries using
|
||||||
|
@ -34,7 +34,7 @@ trap "{ rm -rf '$temp'; }" EXIT
|
|||||||
|
|
||||||
echo "Cloning docspell into new location $temp"
|
echo "Cloning docspell into new location $temp"
|
||||||
git clone git@github.com:eikek/docspell.git "$temp"
|
git clone git@github.com:eikek/docspell.git "$temp"
|
||||||
cd "$temp" && git checkout --track origin/gh-pages
|
cd "$temp" && git checkout --track origin/gh-pages && rm -rf "$temp"/*
|
||||||
|
|
||||||
echo "Create new website from current working directory"
|
echo "Create new website from current working directory"
|
||||||
cd $cdir && nix-shell website/shell.nix --run 'sbt make-website'
|
cd $cdir && nix-shell website/shell.nix --run 'sbt make-website'
|
||||||
|
@ -4,7 +4,7 @@ title = "Addon for audio file support"
|
|||||||
author = "eikek"
|
author = "eikek"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# 1st Addon: Audio file support
|
# Audio file support
|
||||||
|
|
||||||
Since version 0.36.0 Docspell can be extended by
|
Since version 0.36.0 Docspell can be extended by
|
||||||
[addons](@/docs/addons/basics.md) - external programs that are
|
[addons](@/docs/addons/basics.md) - external programs that are
|
||||||
|
@ -8,7 +8,7 @@ weight = 30
|
|||||||
Then there are other commits and issues to look at:
|
Then there are other commits and issues to look at:
|
||||||
|
|
||||||
- [Add Lithuanian](https://github.com/eikek/docspell/issues/1540) and [PR](https://github.com/eikek/docspell/pull/1559/commits/9d69401fea8ff07330c8a9116bd0d987827317c9)
|
- [Add Lithuanian](https://github.com/eikek/docspell/issues/1540) and [PR](https://github.com/eikek/docspell/pull/1559/commits/9d69401fea8ff07330c8a9116bd0d987827317c9)
|
||||||
- [Add Polish](https://github.com/eikek/docspell/issues/1345) and [PR](https://github.com/eikek/docspell/pull/1559/commits/1228937574ec52b36d5d77925c5fcdb1f536220c)
|
- [Add Polish](https://github.com/eikek/docspell/issues/1345) and [PR](https://github.com/eikek/docspell/pull/1559/commits/5ec311c331f1f78cc483cce54d5ab0e08454fea8)
|
||||||
- [Add Spanish language](https://github.com/eikek/docspell/commit/26dff18ae0d32ce2b32b4d11ce381ada0e99314f)
|
- [Add Spanish language](https://github.com/eikek/docspell/commit/26dff18ae0d32ce2b32b4d11ce381ada0e99314f)
|
||||||
- [Add Latvian language](https://github.com/eikek/docspell/issues/679) and [PR](https://github.com/eikek/docspell/pull/694/commits/9991ad5fcc43ccefe011a6cc4d01bdae4bcd4573)
|
- [Add Latvian language](https://github.com/eikek/docspell/issues/679) and [PR](https://github.com/eikek/docspell/pull/694/commits/9991ad5fcc43ccefe011a6cc4d01bdae4bcd4573)
|
||||||
- [Add Japanese language](https://github.com/eikek/docspell/issues/948) and [PR](https://github.com/eikek/docspell/pull/961/commits/f994d4b2488e64668ee064676f8c6469d9ccc1be), had some corrections: [1](https://github.com/eikek/docspell/commit/c59d4f8a6d021ec4b01a92320c211248503f16a5), [Issue](https://github.com/eikek/docspell/issues/973)
|
- [Add Japanese language](https://github.com/eikek/docspell/issues/948) and [PR](https://github.com/eikek/docspell/pull/961/commits/f994d4b2488e64668ee064676f8c6469d9ccc1be), had some corrections: [1](https://github.com/eikek/docspell/commit/c59d4f8a6d021ec4b01a92320c211248503f16a5), [Issue](https://github.com/eikek/docspell/issues/973)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}{{ currentTitle }} - Docspell Documentatios{% endblock title %}
|
{% block title %}{{ currentTitle }} - Docspell Documentation{% endblock title %}
|
||||||
|
|
||||||
{% block sidebarItems %}
|
{% block sidebarItems %}
|
||||||
<div class="flex flex-col mt-2">
|
<div class="flex flex-col mt-2">
|
||||||
|
Reference in New Issue
Block a user