Tamil Typewriting Keyboard Font Download

0 views
Skip to first unread message

Apolonio Hicks

unread,
Aug 4, 2024, 10:48:32 PM8/4/24
to sweetwasympbi
Inmy case, anyway, this does not really help. I do a lot of technical documentation in Evernote. Ideally, I want to be able to very rapidly switch from my normal font to a fixed-width, monospace font when entering commands and formatting the output of commands. It is currently extremely cumbersome to do this. A simple "typewriter" button would be fantastic (with a keyboard shortcut, of course), allowing one to switch back and forth between one's default font, and a monospace font.

jshantz, try Format -> Make Plain Text. It switches the note to a plain text mode. Simplify Formatting (in the same menu) removes random formatting that may occur as a result of pasting from web pages (among other things).


+1 for this feature. I paste a lot of code and need the ability to quickly change such blocks to fixed width. The current process is a bit cumbersome so any keyboard shortcut or even a shortcut menu with recently used fonts would save a lot of pain.


My Evernote is stuffed with notes on software development and a quick way to markup snippets of code (using the already existing font styles) is the only thing that is lacking in terms of usability.


+1 For this feature! Most of my usage of Evernote includes technical documentation that requires me to switch between a mono font and my regular font. Is there anywhere that we can vote for features? Any of the options offered by @MrPok would also help.


Until then, I'm using a one line automator script which serves to reset the text formatting back to your Evernote's default text. It's useful for when you've just copied a line of code (or whatever) into Evernote and you want to revert to your default font and size.


In Evernote, when you press the hotkey, a period is inserted in your default font. The period might be annoying (I couldn't figure out how to just insert a blank space), but it's better than selecting some previous text, copying a random character and pasting it.


Hi guys! I have a solution for you. It's by creating custom shortcuts in Mac. You don't need any extra software for doing it. I will show it in a single GIF below. Sorry that my mac is in Polish (my national language) but I'm sure that those options in your computers are placed similar.


Second, it doesn't address everything one might want to do. For instance, for code, I might want to change the font, font size, foreground colour, and background colour (think of Bootstrap, for example. They use a red text colour on a very light pink background for any text put in between tags).


First, if you want to make templates, I believe you can. Create a new note as close to your template as you want it and the EN app will allow. Export it as enex. Markup the xml/html with new css and whatever else you want. If you reference images, do so locally as if they were in the same folder as the note.enex so img src="filename.ext".


From now on, every time you want to work on this type of job, instead of creating a new note, import your template to a new note, which should now have your new markup. I'm not sure what the "preview/display" window in EN is capable of, is it WebKit and can display all as well as Safari, or did they write their own mini browser? You will have to test what if any, or all, of the html and css that is current for today. You can probably just drag and drop or 2x click the enex file and it will auto import. Or you could make little applescripts that are connected to keyboard shortcuts so you don't have to leave the app. It would be fast enough I doubt you could tell it was creating from template or a new note.


For your font issue, That you can't get to the font selector via keyboard is terrible. The entire selection merely needs to be able to be accessed via the menu system and then we would add our own keyboard commands, but a monospace button with shortcut would be nice.


I would develop your own custom markup, or use MarkDown. When done, export the file to your favorite text editor, find and replace or use a MarkDown to HTML converter. import back to EN, delete the original note, or save it as a backup. You can't use the export as html, as that can't be imported back into EN for some reason, and has markup in it for html doctype 1 and looks old and crusty. The xml output, while it doesn't have head or body tags, you can inject your own pre tags, bold tags, it looks like most of the basic html spec. I am pretty sure you could create a template that is just a div with the background color you want, and an image or something as well. It's a bit of work, but myself, I am a lot faster in a text editor than in EN as a text editor.


While I appreciate your reply, it's missing the point. I know I could develop custom solutions. I know I could use Markdown. Heck, if I wanted, I could just go put everything in GitHub Gists. I could even set up an entire DocBook toolchain, complete with XSLT transformations into all sorts of different formats. But I shouldn't have to. The only thing missing from Evernote is the ability to actually edit notes (in a useable and productive way). They have never put any effort into their editor, and it's glaringly obvious.


I could use Vim. I could use lots of other tools. Of course I'm faster in Vim than in Evernote, but so what? The reason I'm typing in Evernote is to get formatted, WYSIWYG text. There's a time and a place for a standard text editor and there's a time and place for a WYSIWYG editor. I shouldn't have to jump into a totally different environment and set up a workflow of rendering Markdown, for example, and then copying/pasting into Evernote, just to get the basic functionality of being able to style code blocks in a different way.


You can exclude an action from all apps but one, or include it to all apps but one, or any combination thereof, or run only when a certain app is activated, trigger by keyboard command, time, date, temperature sensors, alerts, pretty much anything your mac does, KM can grab ahold of it. It has a full blown web admin, a large community of pre-made scripts that you just double click and they will be installed in a simple folder in Application Support. Technical Support is great aside from one issue I have had for going on 8+ years or more now, in that sometimes KM will just go deaf. In that amount of time I have had multiple different computers, various OS's, reinstalls, clean OS reinstalls, etc. I have never been able to trigger this issue on demand, it just happens at random.


With the help KM, I have been able to: ( keep in mind, it can run any native language to OS X, so python, perl, php, etc., etc., you have access to that if you desire, and you can nest that code inside of if/else conditions or triggers, or have one macro call another into a loop, or plain loops. So far, the ones I remember: Google used to have an API attached to it's "are you sure you didn't mean "bro" instead of "brow". It was one of my most used macros. I could select a word, it would take that word, pass it to googles API, and google would send me back an array of listed words that it though would better spell the word I was trying to spell. It always got it right, and I managed to get it to work with phrases as well. Then the API died and I can't decode the JS well enough to figure out how to get into it. There is also the latency issue, which was rarely noticed, but at times, it was very noticeable, due probably to my connection, not googles. Ideally I could use a local dictionary, but I have no idea how to write a spellchecker and the logic it would need to be able to perform spell checks as well as phrase checks. I need the data of billions of queries to make it work. It was really cool, select a word, press control-D for Dictionary, the word was passed to google, I got an array back. Initially I had it set to allow to to chose the word I wanted out of the list, but this was slowing me down too much and 99.9999% of the time, the first item in the army was the correct one. So I went back to just putting my cursor in the middle of a suspect word, or to the far left of right of the word. Press control-D, and KM was told to go to the beginning of the word, select right to grab the entire word, before all that, google did it's spelling magic which I shoved on the clipboard waiting for when I needed it. Since I had the word selected, and the correct word in my pasteboard, at that point, it was just a matter of KM being told to paste and I was done.


i use control as my meta key in KM often, which can run you the wrong way since the terminal is so driven by the control key. But a simple exclusion of the terminal from all of KM solves that, I rarely needed to script the terminal, the terminal is made for making scripts more or less.


I have an actual pretty much insoluble "extension" for dropbox. You install it, it is a 60 line or so bash file. It accepts files and folders dropped onto the application that I end up saving. On installation, I dig around in the .dropbox directory which is hidden in your home directory. They store your user-ID in there though. I write a temp file of your user-id for stuff I will need it for later. Now, if I have 30 jpgs I need to share with someone, I select them all, drop them on the app's icon, and they are copied to dropbox, dropbox then uploads them, but not before I use the data I grabbed from .dropbox and build a public url of the form of: -d5-194232.png

3a8082e126
Reply all
Reply to author
Forward
0 new messages