Quantcast
Channel: DEVONtechnologies Community - Latest posts
Browsing all 16017 articles
Browse latest View live

Script: fixing incoming links to point to new document

Let’s say documents A and B point to C and D. Now you create E to override C and D and want to automagically have A and B point to E. This question originated in another thread. In the simplest case,...

View Article


Is an overwritten synced document gone for good?

Well, it had to happen one day. I did some small tweaks to a Markdown document in DTTG, synced to DT on desktop, and realised a split-second too late that I’d made edits to other parts of that...

View Article


Image may be NSFW.
Clik here to view.

Is an overwritten synced document gone for good?

NickLowe: Is there any way to get my previous edits back From your backup.

View Article

Is an overwritten synced document gone for good?

There is no version history built-in so the data would be lost. This may change in a future release, but that’s the current state of things.

View Article

Image may be NSFW.
Clik here to view.

Is an overwritten synced document gone for good?

NickLowe: a couple of days ago without syncing the changes … get my previous edits back For me, syncing (Bonjour, iCloud) is automatic; like every 5 minutes My backups (Time Machine and Arq) are...

View Article


Is an overwritten synced document gone for good?

Yeah, rub it in; I deserve it. I back up manually and hadn’t done so between the desktop edits and the unthinking DTTG twiddles.

View Article

Is an overwritten synced document gone for good?

As I suspected, but thanks for confirming, and to all for responding so swiftly and expertly. I’ve banished myself to the dolt’s corner and will not allow myself back till I’ve reflected long and hard...

View Article

Image may be NSFW.
Clik here to view.

Importing Data into Custom Metadata Fields

Yes, csv selected and visible. numberOfColumns() no longer returns -1, so maybe I had something wrong before. I have also simplified the file to three rows and two columns: But still not running...

View Article


Image may be NSFW.
Clik here to view.

Is an overwritten synced document gone for good?

NickLowe: I back up manually and Which is equivalent to “you don’t reliably”. Use TimeMachine, that’s free and already installed on your Mac.

View Article


Importing Data into Custom Metadata Fields

The names in your sample were files without extension. Now they have extensions. That could cause the problem. And the names contain spaces, which is a problem with the search I wrote. Changing const...

View Article

Get all folder names in my DT database (tree like)

hi all looking for a way (preferably scriptable so can be run multiple times) to get a simple list of all my folder names with no levels , similar to a tree -L 3 -d -I command. anyone know how to do...

View Article

Is an overwritten synced document gone for good?

Ha, fair! But abandoning Time Machine (slow, inflexible, space-greedy, non-bootable, port-hogging) for ChronoSync was a move I’ve never regretted and still don’t even after this self-inflicted bullet...

View Article

Image may be NSFW.
Clik here to view.

Is an overwritten synced document gone for good?

NickLowe: for ChronoSync was a move I’ve never regretted I’ve actually been toying with the idea of moving over to ChronoSync. Why did you choose it over e.g., Carbon Copy Cloner?

View Article


Image may be NSFW.
Clik here to view.

Get all folder names in my DT database (tree like)

zeltak: anyone know how to do so? For all databases get all the records (those are the groups, including Trash and others you might not want) recursively: get all records of every group

View Article

Get all folder names in my DT database (tree like)

thx @chrillek !! is that via the GUI or AppleScript? mind sharing and example? I want to end of with a simple text list that looks like this based on the actual folder names 0-19 life 11 food 11.01...

View Article


Is an overwritten synced document gone for good?

I used CCC and (preferred) SuperDuper! for many years, and ChronoSync is fiddlier to set up than both, but once you’re up and running its killer edge is the sheer speed of incremental bootable...

View Article

Is an overwritten synced document gone for good?

I have both. Still use Time machine for system backups and CCC for specific sync and backups, eg DEVONthink archive zips that are created automatically. Basically Chronosync and CCC are the same....

View Article


Image may be NSFW.
Clik here to view.

Importing Data into Custom Metadata Fields

Both csv and DT filenames contain extensions. I have tried change to “${name}” – no change. When change this to “${filename}”, error message: EVENTS TAB: app = Application("DEVONthink 3")...

View Article

Get all folder names in my DT database (tree like)

This provides a listing separated by the main parent group in the root… tell application id "DNtp" tell current database set groupList to {} set allParents to (parents whose (location is "/") and...

View Article

Get all folder names in my DT database (tree like)

wow thats…amazing!! as always @BLUEFROG to the rescue! really appreciate it ! Z

View Article
Browsing all 16017 articles
Browse latest View live