Implemented the requested changes
This commit is contained in:
parent
4af3f4c435
commit
813a60ef6d
1 changed files with 5 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
#+TITLE: ui/deft
|
#+TITLE: ui/deft
|
||||||
#+DATE: July 11, 2021
|
#+DATE: August 27, 2018
|
||||||
#+SINCE: v2.0.9
|
#+SINCE: v2.0.9
|
||||||
#+STARTUP: inlineimages nofold
|
#+STARTUP: inlineimages nofold
|
||||||
|
|
||||||
|
@ -10,11 +10,10 @@
|
||||||
- [[#plugins][Plugins]]
|
- [[#plugins][Plugins]]
|
||||||
- [[#prerequisites][Prerequisites]]
|
- [[#prerequisites][Prerequisites]]
|
||||||
- [[#configuration][Configuration]]
|
- [[#configuration][Configuration]]
|
||||||
- [[#note][Note]]
|
- [[#troubleshooting][Troubleshooting]]
|
||||||
|
|
||||||
* Description
|
* Description
|
||||||
[[https://jblevins.org/projects/deft/][Deft]] is a major mode for creating, browsing, and filtering notes written in plain text
|
[[https://jblevins.org/projects/deft/][Deft]] is a major mode for creating, browsing, and filtering notes written in plain text formats, such as org-mode, markdown, and LaTeX. It enables you to quickly jot down thoughts and easily retrieve them later.
|
||||||
formats, such as org-mode, markdown, and LaTeX. It enables you to quickly jot down thoughts and easily retrieve them later.
|
|
||||||
|
|
||||||
** Maintainers
|
** Maintainers
|
||||||
This module has no dedicated maintainers.
|
This module has no dedicated maintainers.
|
||||||
|
@ -44,10 +43,9 @@ will change the default note format to markdown:
|
||||||
(setq deft-default-extension "md")
|
(setq deft-default-extension "md")
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
You may also want to alter the way titles and file names are automatically
|
You may also want to alter the way titles and file names are automatically created by editing ~deft-use-filename-as-title~ and/or ~deft-use-filter-string-for-filename~.
|
||||||
created by editing ~deft-use-filename-as-title~ and/or ~deft-use-filter-string-for-filename~.
|
|
||||||
|
|
||||||
Further customization options can be found here: https://github.com/jrblevin/deft#other-customizations
|
Further customization options can be found here: https://github.com/jrblevin/deft#other-customizations
|
||||||
|
|
||||||
** Note
|
* Troubleshooting
|
||||||
It is [[https://github.com/hlissner/doom-emacs/pull/2845/commits/dce80a3c8032f5390f4e763e18a108d5f3f08772][not recommended]] to re-enable deft's buffer auto-save.
|
It is [[https://github.com/hlissner/doom-emacs/pull/2845/commits/dce80a3c8032f5390f4e763e18a108d5f3f08772][not recommended]] to re-enable deft's buffer auto-save.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue