Forum Replies Created
- AuthorPosts
- in reply to: I can't paste text from clipboard for comment #14969
Hi there,
this is a know bug, for now you can right click on a file, click “Comments” and paste there.
in reply to: Comments on files in Tabbles 4 #14959This is a known bug… we’ll get to it.
If you want to paste, for now right click on the file in Tabbles and click on “Comments”, there you can paste with Ctrl + V
in reply to: Tag Browser customization #14951I understand. I don’t think we’re developing a 4th group of tags.
I recommend you the following Strategy: create a tag and call it “.All” and put all the tags you do not want to use often, and leave all the other tags at “top level”.
in reply to: Tag Browser customization #14949Hi,
why do you want to have a 4th group? What problem are you trying to solve?
in reply to: Auto-tagging rule for NAS folders #14940Hi there,
I’m not sure of what you mean exactly, but I guess that the problem is, when you create a new file on the NAS, the auto-tagging rule isn’t triggered?
If that’s the case, this most likely depends on the file system of the NAS: in order for an auto-tagging rule to be triggered, Windows needs to receive a message that a new file has been created, using a technology called FileSystemWatcher. This works only on the file systems that Windows can handle (NTFS and FAT/FAT32). If you’re using an EXT file system on your NAS (very likely as it’s a Linux box), the FileSystemWatcher won’t get messages, as far as I know.
An easy solution would be converting that disk to NTFS (you can do it with several tools).
If I didn’t understand your question, so please elaborate a bite more 🙂
in reply to: Explorer-like behaviour #14939Hi there,
let’s see:
- Make it possible to mark files with Shift + cursor keys
We preferred to focus on mouse + alt/shift keys, as those are the most widely used. Not sure you noticed, but you can do click and then shift+click to add a list of files or ctrl+click to add a second one.
- Let the file view window scroll down while marking files by dragging the mouse while holding down left mouse button
- substract tags by clicking on them with the mouse while holding down a key. Right clicking can quite a hassle if I want to substract many tags.
- respect picture rotation in the preview pane
What do you mean with this last one, about the picture rotation? Can you please elaborate?
in reply to: Rearrange tab order #14938Hi there,
thanks for the contribution. This feature would add too much complication in our code and in the GUI too.
The easiest workaround is that you in nest all the months under the tag “Months” and then you rename them to:
- 01_January
- 02_February
etc.
And the same for all the tags where you need a sorting that is different than alphabetical (which are probably very few).
in reply to: combining tags #14910Hi there,
Not sure I understand the question, but I believe so, yes.
in reply to: How to undo an action? #14715Hi Anna,
Tabbles doesn’t have an “undo” function: data is stored into a MSSQL database, so doing an undo is not an option unfortunately.
in reply to: Microsoft Edge and default URL launcher #14540in reply to: Search help needed #14537Hi Jorge,
you actually found a bug 🙂
Thanks for the report, we’re looking into it!
in reply to: Microsoft Edge and default URL launcher #14163Hi guys,
this is something that has puzzled us for a while: the code to open URLs in the default browser stopped working for Chrome in Windows 10… What we know is that, if you set Firefox as default browser, Tabbles will open the URLs in Firefox – so it could be that Firefox does something different than Chrome, but that’s all we know at the moment.
BR,
Andreain reply to: find in files (contacts) txt1 | txt2 | txt3 #14107Hi there,
you can try using a regular expression like this:
.*txt1.*|.*txt2.*|.*txt3.*
in reply to: How to find untagged files and tags #13926HI Martin,
you can do that by:
- Enter the folder in the Tabbles
- Right click on the special tag “tagged” and do “subtract”
(see attachment)
- This reply was modified 6 years, 7 months ago by Andrea.
- AuthorPosts