LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-17-2015, 11:28 AM   #1
DLXPM7
LQ Newbie
 
Registered: Nov 2013
Location: Near - St. John, NB, Canada
Distribution: At the moment - MX Linux
Posts: 16

Rep: Reputation: Disabled
Looking for equivalent notes / editor program ...


Hello all,

I'm looking for a program that can handle all normal text type files and can create and use the otl format. OTL file is - NoteTab Outline. These files look very much like ms help, or bookmark files. I'll try and attach a screen shot of an open otl file in the notetab program. There is a free version called Notetab lite, but I am using the full non-free version 7.2.

I tried to setup and run this program in Wine, but it doesn't work all that well and the windows are very small and hard to see / read. I'm no expert when it comes to using wine, so it could certainly be my fault. Would love to hear from others who have Notetab working in/on Linux.

You can read about the program at notetab(dot)com

Thank You!

Mark / DLXPM7
Attached Thumbnails
Click image for larger version

Name:	readme-otl.png
Views:	30
Size:	63.9 KB
ID:	20067  

Last edited by DLXPM7; 11-17-2015 at 11:30 AM.
 
Old 11-17-2015, 05:28 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
A web search for "otl file format linux" turned up this: http://www.troubleshooters.com/linux/olvim.htm

I've never used it.

Your distro probably already includes vim; almost all of them do. The released version of vim on my Slackware machine is v. 7.4. Whether this can be made to work with the current vim release or is somehow locked into vim v. 6 would need to be established.

Last edited by frankbell; 11-17-2015 at 05:31 PM.
 
Old 11-18-2015, 02:06 AM   #3
DLXPM7
LQ Newbie
 
Registered: Nov 2013
Location: Near - St. John, NB, Canada
Distribution: At the moment - MX Linux
Posts: 16

Original Poster
Rep: Reputation: Disabled
Hello and Thank You frankbell.

I'll check out vim and see if I can get it working.
I think I played around with it (vim) in the past, but
never really got used to it. We'll see how it goes.

--
 
Old 11-18-2015, 08:15 AM   #4
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
1920x1080 on Xfce4

7.2 Trial installs and ran great here, using
Code:
wine /tmp/NoteTab_Trial_Setup.exe
and I ran it using
Code:
wine  .wine/drive_c/Program\ Files\ \(x86\)/NoteTab\ Trial/NotePro.exe
or
Code:
wine  .wine/drive_c/Program\ Files\ \(x86\)/NoteTab\ Trial/NoteTab.exe
worked without issue.

Screen display isn't too bad and what I'd call workable.

Last edited by Habitual; 05-12-2016 at 09:53 AM.
 
Old 11-18-2015, 10:58 AM   #5
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,140

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
I'm still not sure what an OTL file is, but I did find VimOutliner which seems relevant
http://www.linux.com/learn/tutorials...liner-on-linux
 
Old 11-18-2015, 07:15 PM   #6
DLXPM7
LQ Newbie
 
Registered: Nov 2013
Location: Near - St. John, NB, Canada
Distribution: At the moment - MX Linux
Posts: 16

Original Poster
Rep: Reputation: Disabled
Thank You all for the help. I'll try Vim and also try installing 7.2 with wine.
I've printed out the wine codes you used Habitual, so hopefully it will work ok and won't be to small on my screen.

I have a password program that is also window's program. It has registration keys, logins, notes and etc. I would be lost without it. It is so small in Linux, it is "almost" unusable. It is called password keeper 2000 and I've been using it for a very long time. Someday, I will finally take the time to clean up the database, and move to a Linux password program. Anyway, that is another story.

Thanks Again!
 
Old 11-18-2015, 08:39 PM   #7
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Re passwords: I can recommend keepass (MSWin) & keepassX (Linux).
Same tool so you only have to learn one.
In fact its been ported to many platforms http://keepass.info/download.html
 
Old 11-18-2015, 08:43 PM   #8
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by DLXPM7 View Post
It is called password keeper 2000 and I've been using it for a very long time. Someday, I will finally take the time to clean up the database, and move to a Linux password program. Anyway, that is another story.
A firefox addon called LastPass has an import option for password keeper 2000.

I guess LastPass just needs an PK2000 export file to do the job.

I clicked Instructions on that menu and got this text:
To import your Password Keeper logins, open the program, and the password file to be exported. Click File - Export File. Click Yes, enter your password, and click OK. This opens a standard Windows Save dialog, so enter a file name and location. Import the resulting file.

Some folks are all upset that lastpass recently sold (out?) to LogMeIn.
I am not one of those.
 
Old 11-18-2015, 09:49 PM   #9
DLXPM7
LQ Newbie
 
Registered: Nov 2013
Location: Near - St. John, NB, Canada
Distribution: At the moment - MX Linux
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Habitual View Post
A firefox addon called LastPass has an import option for password keeper 2000.

I guess LastPass just needs an PK2000 export file to do the job.

I clicked Instructions on that menu and got this text:
To import your Password Keeper logins, open the program, and the password file to be exported. Click File - Export File. Click Yes, enter your password, and click OK. This opens a standard Windows Save dialog, so enter a file name and location. Import the resulting file.

Some folks are all upset that lastpass recently sold (out?) to LogMeIn.
I am not one of those.
I had no idea that FF and Lastpass had this (addon) import option. I'm going to look it over. Thanks .. Habitual.

--

Quote:
Originally Posted by chrism01 View Post
Re passwords: I can recommend keepass (MSWin) & keepassX (Linux).
Same tool so you only have to learn one.
In fact its been ported to many platforms http://keepass.info/download.html
Thanks chrism01 .. I'll check it out.
 
Old 11-19-2015, 05:29 AM   #10
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
You are welcome, Mark.
 
Old 11-19-2015, 02:51 PM   #11
DLXPM7
LQ Newbie
 
Registered: Nov 2013
Location: Near - St. John, NB, Canada
Distribution: At the moment - MX Linux
Posts: 16

Original Poster
Rep: Reputation: Disabled
Got it .. NoteTap (v7.2) is working perfectly via Wine. 1920x1080 / 14" Screen.
Attached Thumbnails
Click image for larger version

Name:	101.jpg
Views:	7
Size:	56.8 KB
ID:	20090  
 
Old 11-19-2015, 03:25 PM   #12
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by DLXPM7 View Post
Got it .. NoteTap (v7.2) is working perfectly via Wine. 1920x1080 / 14" Screen.
Glad it worked out!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Linux Equivalent for Microsoft Group Policy Object Editor Gad Linux - General 5 05-24-2013 02:01 PM
LXer: Canonical Closes Ubuntu One Notes Service, Deletes People’s Notes LXer Syndicated Linux News 0 02-08-2013 09:10 PM
Notes program for IceWM (not minimizable) Mr. Alex Linux - Software 2 06-23-2011 01:37 PM
Notes for configure RedHat 5.0 Hand writed notes sandeeprhce5 Linux - Newbie 2 02-17-2010 01:16 PM
Equivalent program to MS Publisher ylkien Linux - Software 4 06-21-2004 05:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration