| 
			
			 | 
		#1 | 
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() Posts: 98 
				Karma: 136 
				Join Date: Feb 2013 
				
				
				
				Device: M92 
				
				
				 | 
	
	
	
		
		
			
			 
				
				text editor for Note+
			 
			
			
			is there a text editor that can be used on the old Note+? 
		
	
		
		
		
		
		
		
		
		
		
		
	
	the ones I installed did not work properly, they were not listed as apps to open .txt files.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Onyx-maniac 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,125 
				Karma: 18764971 
				Join Date: Feb 2012 
				
				
				
				Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			There could be a few things going on here. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Usually apps tend to say that that can handle a ton of file extensions, .txt, .c, .h, .xml... But they also have to handle MIME types, text/plain, text/html, text/xml... Then they have to handle URI schemes, http, https, file and content. Opening a file directly in an app is one thing and should work. Opening a file through a file manager can be more complicated. In the old days a file manager would say, "here's the path to your text file, have fun". file://whatever/mynotes.txt Android has moved away from that with the content scheme. content//random/opaque/junk/ A file manager now says, "I have the bytes from that file, would you like them". So where does your problem exist?  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() Posts: 98 
				Karma: 136 
				Join Date: Feb 2013 
				
				
				
				Device: M92 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I tried a few editors from f-droid. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	when opening the apps, I could enter some text, but no menu or other possibility to save the file or opening a file was shown. then I created extrenally a .txt file and tried to open it from a file manager, but only two of the apps were proposed, and they caused nothing more than a flickering of the screen. what I basicly want is to take some notes into a file (not scribble but text entered via keyboard) that is in a place where it can be synced "by hand", but the note apps performed as bad.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Onyx-maniac 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,125 
				Karma: 18764971 
				Join Date: Feb 2012 
				
				
				
				Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I wrote my own (incredibly stupid) app for notes. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	The idea being that anything that I typed on a device is precious (in contrast to everything else on a portable device which just gets synced from the desktop). You don't even get to decide filenames! You open the app, type "Hello" and go back to your book. It just created /sdcard/Notes/0001.txt You go back to the app and it says "Hello" and you type "Goodbye" and you fall asleep. /sdcard/Notes/0002.txt now says, "HelloGoodbye". 0001.txt is as it was. You wake up, delete all the text on the screen and type , "I hate Android". You still have two files with Hello and one with Goodbye.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Still reading 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 15,004 
				Karma: 111111255 
				Join Date: Jun 2017 
				Location: Ireland 
				
				
				Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I use Jota on Android, inc an eink. It preserves if gadget sleeps or resets or reboots etc. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Still a good idea. I did start designing an OS for a PDA/Notebook in 1988 with no explicit file operations except to import/export to/from other systems. Used hypertext (not HTML or web pages) to allow "separating" documents and version history built into the document navigation. So when empty the initial page would have been like root on a website or UNIX. Later I did a mouse enabled "hypertext" text editor in Modula-2 where if you selected a word or phrase it either opened that document or offered to create it.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() Posts: 98 
				Karma: 136 
				Join Date: Feb 2013 
				
				
				
				Device: M92 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Markor works
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,874 
				Karma: 10700629 
				Join Date: May 2016 
				Location: Canada 
				
				
				Device: Onyx Nova 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I use quickedit. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	If your android version is old, you may need to dl an apk for a older version. You may need to press on and hold the text file icon to do an open with. If the app doesn't show, it might be set to frozen in app management.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,557 
				Karma: 5000046 
				Join Date: Feb 2012 
				Location: Cape Canaveral 
				
				
				Device: Kindle Scribe 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I use OldSchool Editor, works quite nice  
		
	
		
		
		
		
		
		
		
		
		
		
	
	 
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
    
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Text editor? | Fedwin | Kindle Developer's Corner | 2 | 05-06-2014 08:45 PM | 
| Why do you still use a text editor? | neufsix | Workshop | 10 | 04-21-2013 09:14 PM | 
| Onyx Text Editor? | Risto | Andere Lesegeräte | 1 | 05-25-2010 06:34 AM | 
| Leafpad Text editor | allovertheglobe | iRex | 8 | 07-26-2009 05:41 AM | 
| iLiad Text editor/WP on iLiad? | nekokami | iRex Developer's Corner | 38 | 03-05-2007 04:14 PM |