chore(notetaking): workflow improvement
This commit is contained in:
parent
67f3e4b94c
commit
e84d9f4d7a
3 changed files with 45 additions and 48 deletions
|
|
@ -114,6 +114,23 @@
|
|||
(pdf-loader-install)
|
||||
)
|
||||
|
||||
(use-package org-preview-html ;; https://github.com/jakebox/org-preview-html
|
||||
:ensure t
|
||||
:bind (:map org-mode-map ("C-c p" . org-preview-html-mode))
|
||||
:custom
|
||||
(org-preview-html-viewer 'eww) ;; Use built-in EWW browser
|
||||
(org-preview-html-refresh-configuration 'save)
|
||||
(add-hook 'eww-mode-hook (lambda () (display-line-numbers-mode -1)))
|
||||
;; Pin the preview window layout to the right
|
||||
(add-to-list 'display-buffer-alist
|
||||
'("\\*eww\\*"
|
||||
(display-buffer-in-direction)
|
||||
(direction . right)
|
||||
(window-width . 0.5)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(use-package olivetti
|
||||
:ensure t
|
||||
) ;; Activate with M-x olivetti-mode
|
||||
|
|
@ -136,13 +153,6 @@
|
|||
(auto-dark-mode)
|
||||
)
|
||||
|
||||
;; TODO Make M-x also fuzzy
|
||||
;; TODO Make Find file fuzzy
|
||||
;; TODO Save file search history across sessions
|
||||
|
||||
;; TODO Clicking links shows the content of that link in the adjacent pane. Often there is a PDF in that pane. I would like to choose to open links in the current pane instead. Idk, is Shift+Click or some actual keybind possible? Also, what is the current keybind for following links using key strokes?
|
||||
;; TODO Is there some quicker way to switch between buffers, other than using the Buffer tab in the Menu bar, or :b with matching?
|
||||
|
||||
;; TODO org-roam stores everything with a prefix. Is there a way to disable that or not?
|
||||
;; TODO Put exports in their own directory? (now filename-prefix.pdf)
|
||||
;; TODO Put dailies in "journals" instead of "daily"
|
||||
|
|
@ -150,6 +160,7 @@
|
|||
|
||||
;; Additional package to explore
|
||||
;; TODO https://magit.vc/ <-> Nextcloud WebDAV? What about mobile? FolderSync seems unreliable (currently using for LogSeq, often reports failures without actually being recently modified files.) I have my own Git server, but what about keys - I don't really like just making new keysets for this..?
|
||||
;; TODO I was thinking of syncing (1-way) Org TO-DO's to CalDav (Nextcloud), new calendar, so I can quickly see them in my tasklist. (https://github.com/dengste/org-caldav)
|
||||
|
||||
;; Turn on Auto Fill mode automatically in Text mode and related modes (see Hooks).
|
||||
;; TODO (add-hook 'text-mode-hook 'auto-fill-mode)
|
||||
|
|
@ -159,12 +170,8 @@
|
|||
;; TODO Spellchecking (UK & Dutch)
|
||||
|
||||
;; TODO Some automation to create anki cards intext without having to write the boilerplate
|
||||
;; TODO Currently, failing exports (latexmk) just show that something has gone wrong. I have to run the command manually to see the output. Is there some log buffer or something?
|
||||
|
||||
;; TODO Is there some way to split the "org-mode/org-roam" environment from the rest of the config? Say that I want to use this for editing programming languages in the future too?
|
||||
|
||||
;; TODO I was thinking of syncing (1-way) Org TO-DO's to CalDav (Nextcloud), new calendar, so I can quickly see them in my tasklist. (https://github.com/dengste/org-caldav)
|
||||
|
||||
;; TODO Finally, compare experience to organice https://organice.200ok.ch/
|
||||
|
||||
;; TODO Remember collapse states in files
|
||||
;; TODO org-compile-file: File "/tmp/nix-shell.UEk6Ye/orgtexcJso3E.dvi" wasn’t produced Please adjust ‘dvipng’ part of ‘org-preview-latex-process-alist’.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue