I have recently started using SuperMemo for Windows and SuperMemo Assistant in order to try incremental reading from PDF files. When you extract some text from a PDF file, a new topic is created containing the extracted text and its metadata. Unfortunately, SuperMemo Assistant does not create automatically a link to the PDF page from... Continue Reading →
How to create Markdown, RTF, HTML, MediaWiki, LaTeX, Mathematica links using Hook URLs to one or more selected items in Finder
You can find an updated version of my AppleScript here.
How to view a PDF with more than 2 pages side by side
You can use the overview mode of the Okular app as I describe here.
Android app for taking pictures using the Kospet Optimus 2 smart watch
I created an Android app for rotating and geotagging pictures taken from my Kospet Optimus 2 watch. You can read detailed information about this app here.
Minimal watch face for full Android smart watches
I created a watch face for my Kospet Optimus 2 watch. You can download it from here: https://drive.google.com/file/d/1UnFTsmcnNC3TmyAO_7J-m8flCjYP-UtH/view?usp=sharing You can find more information here: https://discourse.fullandroidwatch.org/t/minimal-b-w-watch-face/64661
Recreate DEVONthink tags in BibDesk as keywords
Only one item should be selected in DEVONthink and BibDesk. No duplicate keywords are created in BibDesk. The AppleScript code is the following: tell application "BibDesk" --only one item should be selected in BibDesk set thePub to the selection of document 1 set keywordsPub to keywords of (item 1 in thePub) set old_delimiters to AppleScript's... Continue Reading →
How to Create RTF Links to Files in DEVONthink
DEVONthink assigns a custom Uniform Resource Locator ( URL) to every file that is in a DEVONthink database. An example of this URL is the following: x-devonthink-item://F860B6A7–2AF7–4938–9C64-FFA0CC59036E These URLs are extremely useful because you can use them to create links to the respective files of any type (e.g. RTF, HTML, Markdown). Moreover, they have some... Continue Reading →
How to Create Bookmarks to Tinderbox Notes
There are some notes/containers in my Tinderbox files (e.g. Inbox, Actions for Today) which I want to visit in the fastest possible way, using just the keyboard or the trackpad. A solution to this challenge is to create a stamp which opens this note using its URL (e.g. tinderbox://demo/?view=map+select=1493125917;). First, you need to take the... Continue Reading →
How to Create an Inbox in Tinderbox
I am a new user of Tinderbox, and I use it mainly for task management at the moment (for note management I use a MediaWiki wiki). I think I have finally found a “task manager” which I can adapt to my needs and not be depended on any or task management app in which I... Continue Reading →