Zotero Alternatives
I have been looking for a program like this for a very long time, and stumbled across it while looking at FF's campus edition. I don't use firefox (opera) so using Zotero is a bit of a problem for me, although I have been opening FF up everynow and then to play with Zotero in preparation of potentially using it for upcoming research projects.
Anyway, I am wondering what zotera-like applications exist (commercial or free). Mostly, I am interested in the following features: the ability to add notes to a document, especially with good formatting capability, and the ability to have documents organized by author or field. I don't mind creating folders or tags for these sub divisions, or inputting the bibliographic data myself. Zotero seems to have this except for a few problems - extremely basic note taking capability, and an apparent inability to attach notes to folders locally stored.
So, if any Zotero like alternatives exist, particularly as stand-alone desktop clients, I would be very interested in knowing about them.
Anyway, I am wondering what zotera-like applications exist (commercial or free). Mostly, I am interested in the following features: the ability to add notes to a document, especially with good formatting capability, and the ability to have documents organized by author or field. I don't mind creating folders or tags for these sub divisions, or inputting the bibliographic data myself. Zotero seems to have this except for a few problems - extremely basic note taking capability, and an apparent inability to attach notes to folders locally stored.
So, if any Zotero like alternatives exist, particularly as stand-alone desktop clients, I would be very interested in knowing about them.
As for being able to attach a note to a local file: create a reference, then a link to the local file, and attach the notes to the reference.
Noksagt: thanks for the links. I take it you mean to say/imply that since Zotero doesn't use a markup language, I could write my note in markup, and then export it, where it would then be formatted. Was this what you were suggesting or was it something else? Sorry, I didn't quite understand your comment.
I'm still open to suggestions. I suppose my emphasis is more on the note taking, not the reference-making. I read quite a few journal articles every week and keep regular notes on them (that sometimes extend for several pages). It would be great if I could keep up the same habit in Zotero -- better still for my future projects.
When one wants to open a specific Endnote file or database, one uses the Endnote programme. When one wants to open a specific Zotero database, one uses Firefox (with the Zotero add-on). For any reference manager, one opens the file or database with a specific programme (Endnote, Procite, etc.) In the case of Zotero, the programme is Firefox. Why is it not a problem to use the Endnote programme, yet a problem to use any other programme (Firefox in this case) to open your bibliographic database?
In fact, one could look at it this way, for people who do not use Firefox to browse the internet, Firefox becomes a reference manager (like Endnote). At variance with Endnote, your reference manager now has an integrated browser.
If using Markdown, you may encase a term between two single asterisks or underscores for _italics_ (really the semantic 'emphasis') and two for **bold** (really 'strong').
You would need to use a third-party tool to convert it to the format you want (although there has been talk of having Zotero use a lightweight markup language & there may be some small chance that you'll pick the same one they choose if they decide to have one).
In anycase, my approach from the beginning has been similar to what you spoke of: view FF as an extension of Zotero, not Zotero an extension of FF. I would be willing to bet I am not the only one who (may) use FF only for Zotero. Right now I am looking at ways to make FF more amendable to Zotero, but that is for another thread. My purpose here is to try to find more about the capabilities of Zotero and if they match my needs. So far there have been major disavantages along with advantages of going with Zotero, but Zotero is still high on my list. When I am done going through the program and seeing what I like and what I think could be improved, I will post my comments on the feature request thread and hope the major ones go through in later editions. That's the great thing about open source, afterall.
Nevertheless, I am looking for alternatives and suggestions for alternatives -- programs designed with academic purposes in mind, specifically, research management, and academic-oriented note taking. If anyone has further suggestions, please post them here.
http://www.literatureandlatte.com/scrivener.html
Word will Auto format the following:
*bold* and _italics_
Ordinals (1st) with superscript
Fractions with fraction character
Double hyphens with m-dash
URIs with hyperlinks
There is also some facility in Word for auto-recognizing lists and headings, but one would have to experiment to see if it produced consistent enough results to be usable. You can adjust each of the options individually.
OOo has a similar set, with slightly different markup. I think it's **bold** and *italics.*
To use in Word 2003:
(1) Check to see which options are set in: Tools/AutoCorrect Options.../AutoFormat
(2) Import or type text with *bold* and _italics_
(3) run "Format/AutoFormat.."
Neither WP lets you change or expand that list. One could write a macro in Word/OOo to implement a more elaborate set of conventions (a la Wiki-languages or Markdown or Markdown's beefier little siblings Pandoc and Multi-Markdown, both of which include simple footnote support).
The other options for converting marked-up plaintext notes would be an external application. Most , but I haven't yet discovered a slick way to get plaintext notes to something a word processor can parse under Windows. There's a drag-and-drop application for Multi-Markdown on the Mac, and Linux makes such things pretty easy with pipes. I'm sure Windows has the functionality but I have not seen it implemented for plaintext markup languages. (By this I mean, something like a single keystroke/click method of changing the contents of my clipboard from a lightweight-markup-language-plaintext paragraph to something Word can grok).
Italics is far and away the most important piece in my own work, since it is common to academic writing and needs to be 'stored' in any mechanism that wants to keep quotations for later use. So for now, a person can use _italics for Word_ or *italics for OOo* to make due.
I wonder if Zotero could implement a copy-selected-text to clipboard function which would optionally intercept the text and convert it from some LML subset to RTF or HTML, or whatever Word processors can easily accept? This might be a quick way to get some of this functionality, even if the LML concept is not gorgeous enough to convince everyone... If it's of any use as a beginning, I see that Markdown has been ported to Javascript here. The main page of the project is here, with a nice list of the benefits of simple semantic markup over WYSIWYG, and even a GUIimplementation for Markdown entry, which, if it were stable (GUIs for markup being notorious for trouble) and re-usable (the code is available and distributable, though not GPL), might be a useful way for Zotero to add this stuff. Not that I think a GUI is *at all* essential to the matter, but a who would complain if we could have our cake and eat it too?
The next step (we users are insatiable!) would be a nice *import* for web text to our ZoteroML notes. After that, some inter-note linking and citation referencing features would round things out nicely.
For reference, here is the most extensive previous discussion of using markup in notes.
For people who aren't familiar with Markdown: paste the contents of e.g. this Markdown sample text into the form of the Markdown Dingus (online preview) page.
From an academic POV, though, I have one long-standing gripe with the core Markdown language which doesn't offer any Markdown elements for super- or subscript text. Instead raw HTML syntax has to be used for that. I've raised this issue on the Markdown-Discuss mailing list but, AFAIK, nothing has be done about it. OTOH, there are Markdown derivatives (such as Pandoc) that support Superscripts and subscripts as well as stuff like document metadata (title, author, date), footnotes, tables, inline LaTeX math, etc.
Anyways, for Zotero, I would greatly prefer a simple semantic markup language (such as Markdown) over any WYSIWYG styling methods. If the Zotero interface gives some hints about the basic markup constructs (or uses GUI tools to insert the markup), I don't think it won't be an issue for Zotero users.
I'm in favor of richer markup of notes, but just want something better than the typical rich-text support (which hasn't seen improvements in 20+ years, and that's not for lack of need).
What I would really really love is a stand-alone browser, a stripped-down FF, that runs Z exclusively. Z would utilize large detachable windows and maximize its screen real-estate (rather than just allowing you to increase text size). It would still be able to access the internet, but wouldn't have or need the extensibility that the entire FF package would have.
This is probably possible right now, perhaps by compiling FF separately and creating a dedicated skin for Z.
firefox -P zotero-profile-name -no-remote &
That will run an instance with the zotero profile rather than your default profile. You can run both simultaneously.
I'm currently looking at doing this in order to have two completely separate zotero databases.