1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-24 19:52:24 +02:00

141 Commits

Author SHA1 Message Date
Ryan Greenup
8f287cd9a6 [FIX] finally fixed search and find skim bug 2021-04-24 21:52:14 +10:00
Ryan Greenup
436c38333e Added Quotes in script 2021-04-05 15:54:26 +10:00
Ryan Greenup
1de6fd252c Merge branch 'master' of https://github.com/RyanGreenup/cadmus 2021-03-05 18:44:40 +11:00
Ryan Greenup
3b5e202610 Fix Backlinks 2021-02-12 16:03:44 +11:00
Ryan Greenup
d8c6311130 Merge branch 'master' of https://github.com/RyanGreenup/cadmus 2021-01-27 18:57:28 +11:00
Ryan Greenup
7a566a3a56 Significantly improved webtitle printing time 2021-01-27 18:13:50 +11:00
Ryan Greenup
b6fd03ebb4 Backlinks Script takes argument, not static dir 2021-01-27 17:37:39 +11:00
Ryan Greenup
8a6817a5aa Use xdg-open 2021-01-27 16:11:15 +11:00
Ryan Greenup
d130c69c8b Began writing tool to print unused attachments 2021-01-26 13:49:56 +11:00
Ryan Greenup
141d2060f5 Changed XDG-Open to EDITOR Var
This is because XDG-Open was causing me nothing
but headaches, ideally the EDITOR variable should
go into the config settings.
2021-01-11 10:53:49 +11:00
Ryan Greenup
d81d75913c Added a Py script to extract tags from org-mode, it doesn't work yet 2020-11-16 16:15:02 +11:00
Ryan Greenup
af3cf9359b Added some logic for Rofi Find (See Joplin for some notes on this) 2020-11-16 15:03:26 +11:00
Ryan Greenup
fd3e576e28 Merge changes, notesearch uses bat and finds org
Merge branch 'master' of https://github.com/RyanGreenup/cadmus
2020-11-16 10:42:54 +11:00
Ryan Greenup
94820060f0 Added a menu for rofi 2020-11-16 10:41:50 +11:00
Ryan Greenup
28e1defe5b Removed Line numbers from bat
By adding org files I would want to change the config directory to also
enapsulate org files, I don't know if changing this directory would be
such that mkdocs breaks, it probably doesn't matter though because I
would sooner use dokuwiki or joplin for that.

It also means that I would need to index the ~/Notes directory and
ignore joplin as well as the wiki/
2020-11-15 16:43:21 +11:00
Ryan Greenup
56d0ce6332 Added Org Files to Recoll Search 2020-11-15 16:26:27 +11:00
Ryan Greenup
b89e0f5399 Add Org, switched back to bat not mdcat rm numbers 2020-11-15 16:14:35 +11:00
Ryan Greenup
ffa1640104 Changed Note Search to MDCat from Bat
(for aesthetics)
2020-10-01 09:12:25 +10:00
Ryan Greenup
c242fa019b Fixed Calling Help 2020-09-21 19:26:39 +10:00
Ryan Greenup
81e3d203e9 Removed unnecessary extensions 2020-09-14 22:10:03 +10:00
Ryan Greenup
31af8a4a35 Fixed Broken Math in HTML Export 2020-09-14 21:42:13 +10:00
Ryan Greenup
97bbc6a90b Fixed Exporting Files with Relative Directories 2020-09-14 11:49:56 +10:00
Ryan Greenup
40a36d7f14 Switched to MDCat in Anticipation of Fix 2020-09-06 15:36:46 +10:00
Ryan Greenup
0c4ade9fb7 idea for config search 2020-07-25 11:59:28 +10:00
ryangreenup
2b6dae25c6 Moved Config File to ~/.config/cadmus/config.json #11 #2
(also fixed double enter bug in generator)
2020-07-24 01:47:39 +10:00
ryangreenup
bfaba116a0 Added AutoComplete to config generateion #11 #2 2020-07-24 01:31:05 +10:00
ryangreenup
6905388d27 [FIX] List BackLinks now takes STDIN/STDOUT #1
This means that the xclip used will be governed by cadmus making it more
cross platform
2020-07-24 01:21:20 +10:00
ryangreenup
b515f47ae8 tools webtitle now uses CLIP_IN #1 2020-07-24 01:12:31 +10:00
ryangreenup
bdb1fc9e15 [Fix] makeLink now takes arguments not xclip, #1 2020-07-24 00:54:28 +10:00
ryangreenup
a97ccf9157 [Fix] cadmus tools fix now detects OS
Also removed trailing Whitespace
2020-07-24 00:34:28 +10:00
ryangreenup
621968199c Fixed open command for MacOS 2020-07-24 00:11:50 +10:00
ryangreenup
ba981eecbe Removed unnecessary dependency 2020-07-24 00:09:46 +10:00
ryangreenup
d3b53df83b [Fix] Detect Clipboard Based on kernal name #1 2020-07-23 21:18:54 +10:00
Ryan Greenup
5f0512015b (#1) Created Environment Variables for Clipboard 2020-07-22 10:34:32 +10:00
Ryan Greenup
7dd702620b [Fix] Cadmus Tools Link (wasn't using Notes DIr) 2020-07-21 19:01:04 +10:00
ryangreenup
ae4c3e8ce3 Fixed Org 2 Markdown Conversion 2020-07-21 00:59:54 +10:00
ryangreenup
5ff89cc94a Fix Typo 2020-07-21 00:09:57 +10:00
Ryan Greenup
b5f4e28f91 Changed Help Shortcut, Removed Duplicate Entry 2020-07-20 21:03:57 +10:00
Ryan Greenup
a21cab42f2 Added Underlining to Menu for shortcuts 2020-07-20 21:02:38 +10:00
RyanGreenup
1206881684
Merge branch 'master' into feature/shorter-alternatives 2020-07-20 19:51:43 +10:00
RyanGreenup
7767425179
Merge pull request #5 from danimateo/bug/readme-fix
Help menu fix, typo
2020-07-20 19:32:27 +10:00
ryangreenup
343c3809c6 [FEAT] Added a Config File
Script to Generate Config File
Code to parse config file
2020-07-20 01:51:13 +10:00
Ryan Greenup
8c11125e04 [FEAT]: Global Preview with QR Code 2020-07-20 00:15:53 +10:00
Ryan Greenup
da2db64feb Fixed Prompt delay for new note 2020-07-18 08:12:07 +10:00
Ryan Greenup
b2f1f05d07 [FEAT] Create New Notes from Cadmus Menu with tags, title, time, name. 2020-07-18 08:04:07 +10:00
Dani Mateo
32df030922 shorter alternatives to the main commands and a bit of a refacotr using the | operator 2020-07-18 00:41:24 +03:00
Dani Mateo
bc916d966a fixed readme 2020-07-18 00:22:29 +03:00
Dani Mateo
3acdab8f7e fixed bug where it tried to open nautilus, changed to xdg-open 2020-07-17 23:58:33 +03:00
Ryan Greenup
0285457034 Open Directory in atom and Code for convenience 2020-07-17 20:30:58 +10:00
Ryan Greenup
84487f769f Readjusted Help menus so commands are at the bottom. 2020-07-17 20:29:43 +10:00