DT3 auto group/auto classify?
Thank you for the help. After applying OCR to the PDF files, I was able to successfully group similar items. I read the documentation and reviewed the tutorial, which are also helpful, but do not...
View ArticleManually reinstall Apple Mail Plugin - HowTo?
Since Sonoma, Mail plugins are no longer supported by Mail. There are summer threads on that here in the forum.
View ArticleManually reinstall Apple Mail Plugin - HowTo?
Hi Chrillek, Thanks for replying. This is still a macOS Catalina install, so no Sonoma issue.
View ArticleSmart Rule is not processed on importing
Hi, I have a smart rule which checks for a custom meta field (Status), which is set when importing a document in another rule before: Any ideas, why the rule is not executed after importing a...
View ArticlePossible to change Menu-Title of template file?
Hi, I recently discovered the nice feature to use placeholders for things like dates in the filename of template files. The only thing that bothers me, is that the menu-title of such a template shows...
View ArticleRegulärer Ausdruck: Nettosumme
Genau so durchgeführt. Auch mit Backslash vor den Klammern und dem “.” nach “Ust”. (Hast du die jetzt absichtlich weggelassen?) Die Warnung erscheint. Der Wert Nettosumme ändert sich nicht. Wenn ich...
View ArticleUnable to extract date from file name
Hello There, I’me trying for 3 hours to extract date from file name. I’ve read 10 thread about this. I’ve tried using chatgpt. Unable to understand if my problem comes from localisation or whaever....
View ArticleUnable to extract date from file name
DEVONthink gets the creation date from the Finder when the document is added to the database. And a PDF metadata date is not the file’s creation date. You are talking about two different things there....
View ArticleDEVONthink for Note-Taking?
The css file I use was developed by Brett Terpstra for Multimarkdown Composer. I have no idea what half of the CSS is doing as I have never had the time to work through it all. I don’t know if it will...
View ArticleDEVONthink for Note-Taking?
Would be good to post the source *.css file to make it useable by others.
View ArticleUnable to extract date from file name
Given that I prefer Human Intelligence 1.0 vastly over ChatGPT in whatever version, I’m not going to fix this mess of code. Just some notes: It would certainly help if you stated your goals clearly in...
View ArticleAppleScript for new document
Hi @chrillek , first thank you, thank you, thank you ! Second my apology for lack of hygiene on code block, and yes Inbox is a bit unfortunate, but this was just a playground. My point was with one...
View ArticleUnable to extract date from file name
Assuming the names are indeed that uniform, here’s an example using a custom metadata attribute with a Single-Line Text data type… And the resulting metadata applied…
View ArticleDEVONthink for Note-Taking?
That CSS already uses an absolute font-size for the body element. That’s a no-go in this century – people have their preferred font size, and CSS authors should respect that by using 1em or 100%....
View ArticleImporting emails with accents
@chrillek thanks Character-encoding is missing, however it also says: Content-Language: fr Note that Apple Mail has no issue displaying the accents. is DT checking that? Will set UTF-8 and check what...
View ArticleDEVONthink for Note-Taking?
Wise words. I will take a deep breath and give it a go. Thanks (I have read your excellent CSS postings).
View ArticleAppleScript for new document
Why do you wrap create location and create record in a tell database … ? Neither these nor open window for are related to a database. The database class doesn’t provide any commands at all.
View ArticleImporting emails with accents
Sorry, that was my bad. The header is called charset, not Character-encoding. You should have charset=UTF-8 in your email, looking at the source. Apple’s Mail is a bit terse when displaying the...
View Article