mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-04-21 18:21:51 +02:00
bat not mdcat
This commit is contained in:
parent
de74c92bdc
commit
b81d045f7e
@ -146,6 +146,7 @@ It is assumed that:
|
||||
- [VNote](https://github.com/tamlok/vnote)
|
||||
- [Pandoc](https://github.com/jgm/pandoc)
|
||||
- [MarkText](https://github.com/marktext/marktext)
|
||||
- mdless and imgcat
|
||||
|
||||
## Recommended Aliases
|
||||
|
||||
@ -166,3 +167,7 @@ TODO
|
||||
[^wpdtmpfs]: [From Wikipedia][shared_memory] Recent 2.6 Linux kernel builds have started to offer /dev/shm as shared memory in the form of a ramdisk, more specifically as a world-writable directory that is stored in memory with a defined limit in /etc/default/tmpfs. /dev/shm support is completely optional within the kernel config file.
|
||||
|
||||
[*stow*]: https://www.google.com/search?client=firefox-b-d&q=gnu+stow
|
||||
|
||||
## MDCat vs Bat
|
||||
|
||||
MdCat looks better and supports images, unfourtunately the preview fails when files have footnotes and for this reason bat was used (bat is also in the Arch repos and supports more file types)
|
||||
|
@ -31,8 +31,7 @@ check_for_dependencies () {
|
||||
# **** List of Dependencies
|
||||
|
||||
declare -a DependArray=(
|
||||
"mdcat"
|
||||
"mdcat"
|
||||
"bat"
|
||||
"sk"
|
||||
"recoll"
|
||||
"xclip"
|
||||
|
Loading…
x
Reference in New Issue
Block a user