1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-31 01:29:48 +02:00

Added More PDF Export and Fixed HELP

This commit is contained in:
Ryan Greenup
2020-07-16 23:33:45 +10:00
parent 65be6ea82c
commit 88b836651c
3 changed files with 40 additions and 11 deletions

View File

@@ -90,9 +90,22 @@ print to STDOUT, this will promote modularity.
If a notename that you point to (like choose from fzf) has the same name as a folder (think julia.md) then the link you get back is a fucking mess.
** TODO page-import
This doesn't work for $$, fix that.
** TODO Have tool to open random note
* TODO [#A] export
** TODO Export should also work for images
** TODO Should Be able to handle multiple markded selection
** DONE Should Exit on empty selection
Fixed this by changing this
#+begin_src bash
FILE="$(basename ${FILEPATH})"
#+end_src
to this
#+begin_src bash
[[ -f "${FILEPATH}" ]] && FILE="$(basename ${FILEPATH})" || exit 0
#+end_src
** TODO Exported Paths should be relative not absolute
** TODO Help Needs to reflect how it works
* TODO [#A] convert
* TODO [#A] misc
* TODO [#A] publish