Until today, I've avoided using the file Notes feature in Nautilus (Properties), because of portability problems. ...but they are just so tantalizingly handy! ...Adding notes to a like-named text file works, but requires more juggling that the Notes feature.
So I've decided to give the Notes a try; now that I'm (almost) exclusively using Ubuntu ...(I'm past the point of no return ;)
So a couple (or three) questions have come up.
- Is this Notes feature exclusive to Nautilus?
- Is there a Terminal CLI for Notes ...like the CLI for trash?
- Is there a tool which can batch extract/convert the Notes into individual similarly named text files (or something similar) for "portability"?
xsel::PRIMARY
for the filename, andxsel::CLIPBOARD
for the Note text (or something like that)... and give it a hotkey viaxbindkeys
... come to think of it: that may be easier in some cases than Properties page :) – Peter.O Nov 24 '10 at 07:02