Dear all This is not a Geany question in itself, but since I edit several note files with Geany, I'll ask anyway. Does Geany have a plug-in that allows to tag specific text or lines? For example, I have the following line: http://www.geany.org/
and I'd like to tag it with "editor", "text", "cross-platform", "ide". CUrrently I do the following: http://www.geany.org/ (editor, text, cross-platform, ide)
Would this be something difficult to implement in Geany? Do you know some other software that was specifically designed for this case? Thank you Liviu
2010/6/18 Liviu Andronic landronimirc@gmail.com:
Dear all This is not a Geany question in itself, but since I edit several note files with Geany, I'll ask anyway. Does Geany have a plug-in that allows to tag specific text or lines?
Not that I'd knew, unfortunately.
For example, I have the following line: http://www.geany.org/
and I'd like to tag it with "editor", "text", "cross-platform", "ide". CUrrently I do the following: http://www.geany.org/ (editor, text, cross-platform, ide)
Not sure why, but I had to think of http://www.rememberthemilk.com/ when reading your mail. Guess it's not exactly what you're searching for, as long as you don't consider a todo list item as a note...
Anyway, I'm using gnote for taking and managing notes. It doesn't have a feature like tagging as you described, but I'm very satisfied with it. Did you already have a look on it? :)
Regards, Dominic
As this already is OT :) and I have no clue what you are originally using your notes for, let me take the opportunity to advocate keepnote ( http://rasm.ods.org/keepnote/ ) which I use as note taking application. It doesn't have tag support either, but you can cross-link notes. So in folder "Editors", you would have a note "Geany" that you can link to from your note "List of IDEs" in folder "IDEs".
Best, Paul
On 06/18/2010 02:33 PM, Liviu Andronic wrote:
Dear all This is not a Geany question in itself, but since I edit several note files with Geany, I'll ask anyway. Does Geany have a plug-in that allows to tag specific text or lines? For example, I have the following line: http://www.geany.org/
and I'd like to tag it with "editor", "text", "cross-platform", "ide". CUrrently I do the following: http://www.geany.org/ (editor, text, cross-platform, ide)
Would this be something difficult to implement in Geany? Do you know some other software that was specifically designed for this case? Thank you Liviu
On 18 June 2010 22:33, Liviu Andronic landronimirc@gmail.com wrote:
Dear all This is not a Geany question in itself, but since I edit several note files with Geany, I'll ask anyway. Does Geany have a plug-in that allows to tag specific text or lines? For example, I have the following line: http://www.geany.org/
and I'd like to tag it with "editor", "text", "cross-platform", "ide". CUrrently I do the following: http://www.geany.org/ (editor, text, cross-platform, ide)
Hi,
If you are trying to keep this format then you could try using snippets for the tags or define a tags file manually (see Geany manual) defining your tags (beware overloaded meanings of tag in the preceding sentence :-). Any other technique is likely to be slower than typing.
Cheers Lex
Would this be something difficult to implement in Geany? Do you know some other software that was specifically designed for this case? Thank you Liviu
-- Do you know how to read? http://www.alienetworks.com/srtest.cfm http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader Do you know how to write? http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Hi Liviu,
On Fri, 18 Jun 2010 13:33:44 +0100 Liviu Andronic landronimirc@gmail.com wrote:
This is not a Geany question in itself, but since I edit several note files with Geany, I'll ask anyway. Does Geany have a plug-in that allows to tag specific text or lines? For example, I have the following line: http://www.geany.org/
and I'd like to tag it with "editor", "text", "cross-platform", "ide". CUrrently I do the following: http://www.geany.org/ (editor, text, cross-platform, ide)
This sound a bit similar to tagging function of Emacs' org-mode. Unfortunately I don't know of any nice way to do this, but ...
Would this be something difficult to implement in Geany?
... shouldn't be to complicated to build a plugin for.
Do you know some other software that was specifically designed for this case?
org-mode on Emacs.
Thanks, Frank
On Sat, Jun 19, 2010 at 11:16 AM, Frank Lanitz frank@frank.uvena.de wrote:
This sound a bit similar to tagging function of Emacs' org-mode. Unfortunately I don't know of any nice way to do this, but ...
Would this be something difficult to implement in Geany?
... shouldn't be to complicated to build a plugin for.
Would be great if someone had interest in this!
org-mode on Emacs.
It looks like what I was looking for. Seems like a good reason to stop avoiding the unavoidable and start learning Emacs. :)
Thanks all for the suggestions Liviu
On Sat, 19 Jun 2010 12:10:41 +0100 Liviu Andronic landronimirc@gmail.com wrote:
On Sat, Jun 19, 2010 at 11:16 AM, Frank Lanitz frank@frank.uvena.de wrote:
This sound a bit similar to tagging function of Emacs' org-mode. Unfortunately I don't know of any nice way to do this, but ...
Would this be something difficult to implement in Geany?
... shouldn't be to complicated to build a plugin for.
Would be great if someone had interest in this!
Yepp, I agree.
org-mode on Emacs.
It looks like what I was looking for. Seems like a good reason to stop avoiding the unavoidable and start learning Emacs. :)
Opps. Somehow M-x butterfly is coming into my mind ;)
Cheers, Frank
On Sat, 19 Jun 2010 13:14:11 +0200, Frank wrote:
On Sat, 19 Jun 2010 12:10:41 +0100 Liviu Andronic landronimirc@gmail.com wrote:
On Sat, Jun 19, 2010 at 11:16 AM, Frank Lanitz frank@frank.uvena.de wrote:
This sound a bit similar to tagging function of Emacs' org-mode. Unfortunately I don't know of any nice way to do this, but ...
Would this be something difficult to implement in Geany?
... shouldn't be to complicated to build a plugin for.
Would be great if someone had interest in this!
After reading the request, Scintilla's Annotation feature popped up in my mind. Maybe this could be used to implement this.
http://www.scintilla.org/ScintillaDoc.html#Annotations
But as usual, someone needs to do it :). I can't.
Regards, Enrico