Commit graph

58 commits

Author SHA1 Message Date
nadrad dd0880e755 more key bindings for search 2022-09-16 14:58:07 +02:00
nadrad 9e0fd42e8f space was mistakenly excluded as a control char 2022-09-16 14:51:50 +02:00
nadrad 979c02438d fixed the no/display search issue 2022-09-16 14:47:47 +02:00
nadrad f65979bbd0 control character removal for the clipboard func 2022-09-16 14:37:56 +02:00
nadrad 13b5f6c165 removing del and control characters from the text 2022-09-16 14:31:09 +02:00
nadrad a29fddffe3 one line installation command 2022-09-16 09:28:54 +02:00
nadrad cda496ff21 now read works when piped to bash 2022-09-16 09:24:49 +02:00
nadrad 0fd6f925e7 organizing the installation section 2022-09-16 09:09:58 +02:00
Nader K. Rad 85d1a1bb8e
Merge pull request #16 from llagerlof/main
Installation script for h-m-m on Linux
2022-09-16 09:00:47 +02:00
Nader K. Rad b468e5260e
Merge pull request #17 from jinjaghost/main
Add undo and redo
2022-09-16 08:52:17 +02:00
jinjaghost 8b2d68d8a2
Merge branch 'main' into main 2022-09-16 03:02:21 +02:00
Ken Polizzi 728cfd5aa8 add undo and redo 2022-09-16 02:50:35 +02:00
Lawrence Lagerlof 346fe94ca3 Add info about install.sh automatic download 2022-09-15 17:00:51 -03:00
Lawrence Lagerlof ccd72c5339 Installer automatically download h-m-m
If h-m-m doesn't exist in the same directory as this script,
tries to download the application from github repository.
2022-09-15 16:58:56 -03:00
Lawrence Lagerlof e8475243e0 Instructions for installation script install.sh 2022-09-15 15:32:30 -03:00
Lawrence Lagerlof f7923bf2af Installer (shell script)
This installer performs the following actions:

- Check if php is on PATH.
- Check if  xclip, xsel or wl-clipboard are on PATH.
- Check if /usr/local/bin exists, if not fallback to /usr/bin
- Copy h-m-m to destination directory (mentioned above).
- Make h-m-m executable.
2022-09-15 15:27:49 -03:00
nadrad 547b86eb39 added 'i' and 'a' bindings for editing 2022-09-15 20:07:35 +02:00
nadrad db3ed4a577 also removing BOM from clipboard content 2022-09-15 19:55:57 +02:00
nadrad 3268878831 automatically removes BOM from the text 2022-09-15 19:50:55 +02:00
nadrad a32f386b75 non-ascii support for the title editor 2022-09-15 18:37:21 +02:00
nadrad 52f81cbd02 AUR package 2022-09-15 17:34:43 +02:00
nadrad 5759085062 pasting content in the title editor 2022-09-15 17:29:44 +02:00
nadrad 88a39415ac moved the pcntl check to the correct place. 2022-09-15 10:34:57 +02:00
nadrad 265992fc4f clipboard tool as a requirement 2022-09-15 10:04:35 +02:00
nadrad 59e89e5ebf supporting xsel and wl-clipboard on Linux 2022-09-15 09:51:32 +02:00
nadrad 56fbe47009 just a little rearranging 2022-09-14 22:25:16 +02:00
Nader K. Rad 5f2dee1e2d
Merge pull request #2 from Wojciechem/main
fix: check that required extensions are enabled. Resolves #1
2022-09-14 22:22:22 +02:00
nadrad db7b0cea92 troubleshooting 2022-09-14 21:47:46 +02:00
nadrad f13718649c why php :> 2022-09-14 21:44:15 +02:00
nadrad 86f8c16ade troubleshooting guide 2022-09-14 21:43:58 +02:00
wojciechem 21f6a4b425 fix: check that required extensions are enabled. Resolves #1
It displays (hopefully) informative message about missing extensions when pcntl / mbstring functions are not defined
2022-09-14 21:18:54 +02:00
nadrad daf19fa8dc making the text clearer 2022-09-14 20:59:23 +02:00
nadrad 48e7932d4e 'I' for collapsing children 2022-09-13 11:45:03 +02:00
nadrad 6aaac9200d code styling for the active node 2022-09-10 10:59:22 +02:00
nadrad caf91877c7 collapse the parent if a leaf is toggled 2022-09-10 09:57:00 +02:00
nadrad 56982dc266 extra line spacing for level 1 2022-09-10 09:25:07 +02:00
nadrad cc65f956ed the 'i' feature 2022-09-10 01:18:32 +02:00
nadrad 6220338024 search result to prev if there's no next 2022-09-10 00:30:05 +02:00
nadrad 29ebb50698 styling initial codes 2022-09-10 00:24:59 +02:00
nadrad b808f6d161 styling "???" 2022-09-09 21:44:04 +02:00
nadrad 603dfbcdde 'meta' styling 2022-09-09 21:35:23 +02:00
nadrad e4b4f9aaf3 copy the html file name to clipboard after export 2022-09-07 15:44:52 +02:00
nadrad 843bfbc86c styling the exported html 2022-09-07 15:15:02 +02:00
nadrad d55ee02437 html export added 2022-09-07 15:11:13 +02:00
nadrad 694237c224 wording 2022-09-06 14:59:48 +02:00
nadrad f85220bdc8 removes tabs when text appended 2022-09-04 19:05:06 +02:00
nadrad 6628df3fc1 screenshot 2022-09-04 09:47:57 +02:00
nadrad 49fe043740 renamed the screenshot file 2022-09-04 09:46:24 +02:00
nadrad ddfec8f226 pronunciation! 2022-09-04 09:44:08 +02:00
nadrad bb1efc9c59 fixed small issue with single-child lines 2022-09-02 16:23:45 +02:00