Commit graph

30 commits

Author SHA1 Message Date
Nadia Ady
6e9e55a67b WIP: Experimenting with handling indentation in list items: lines 399-410 2021-08-09 09:45:37 -06:00
Nadia Ady
878115e1b5 WIP: Fences and indent codeblocks are partially implemented. Fences as part of list items need to be fixed, and no indent codeblocks have been tested. 2021-08-07 20:52:53 -06:00
Nadia Ady
b14ad4bc7f Add use of editorCallback and prettier 2021-08-05 20:54:25 -06:00
Nadia Ady
6bdf7bb400 Name groups in the regex to clarify prefix and remainder. 2021-08-04 18:51:26 -06:00
Nadia Ady
a8a76baedb Remove src/doc.ts as it is no longer used. 2021-08-04 15:13:17 -06:00
Nadia Ady
4b308edcfa Merge branch 'master' of github.com:nmady/obsidian-incremental 2021-08-04 14:18:57 -06:00
Nadia Ady
238ad68120 Clean out unecessary commented out code and rename 'process'-methods to simplify Formatter.processLine() 2021-08-04 14:04:55 -06:00
Nadia Ady
7afcdfa320 Complete recursive rewrite. 2021-08-04 12:32:31 -06:00
Nadia Ady
3189bb3a16 Added functionality so that if you add formatting to an empty selection, it adds both left and right styling and puts your cursor between them so you can type appropriately formatted text. 2021-08-01 18:28:15 -06:00
Nadia Ady
602a761a91 Add functionality for multiple formatting styles. 2021-08-01 07:44:30 -06:00
Nadia Ady
c2284bac57 Blockquote setting description no longer says it is in development 2021-07-31 15:39:32 -06:00
nmady
a50fb069d4
Create LICENSE.md 2021-07-31 13:23:57 -06:00
Nadia Ady
5e8d977f41 Remove unnecessary asterisks from README 2021-07-31 13:15:25 -06:00
Nadia Ady
b826322de4 Fix typo in README 2021-07-31 13:12:21 -06:00
Nadia Ady
89d0a790e4 Blockquotes can now be formatted and README is updated. 2021-07-31 13:01:07 -06:00
Nadia Ady
9562b3d21e Replace final var with const and let 2021-07-30 16:28:44 -06:00
Nadia Ady
9e0d98ce85 Refactoring code. 2021-07-30 16:08:32 -06:00
Nadia Ady
27ff0aac3d Add nickname for command. 2021-07-30 09:11:31 -06:00
Nadia Ady
ad40a49d2e Begin development of blockquote formatting and add collapsible section for skip settings in the Settings tab, as well as adding a nickname for thecommand. 2021-07-30 01:16:50 -06:00
Nadia Ady
5e2c35d5fe Added comments, cleaning, and updated README 2021-07-29 22:15:11 -06:00
Nadia Ady
504391785e Funtionality to format lists added 2021-07-29 20:39:54 -06:00
Nadia Ady
8a06416f58 Uses MetadataCache to add functionality to appropriately deal with headings 2021-07-28 22:06:15 -06:00
Nadia Ady
ecd9d9ab82 Update version number and note limitations in README 2021-07-28 11:02:36 -06:00
Nadia Ady
73f030804e Bug-fix hardcoded span, update package.json from sample template, and improve naming convention 2021-07-27 23:07:03 -06:00
Nadia Ady
2c95454023 Update template entry to correct name. 2021-07-27 00:36:37 -06:00
Nadia Ady
ddce214844 Repair bug where formatting was applied to blank line when multiple blank lines in a row are selected and remove debugging console.log statements 2021-07-27 00:24:45 -06:00
Nadia Ady
a817e8cad6 Add README and clean out unnecessary sample code. 2021-07-26 23:52:10 -06:00
Nadia Ady
72bb8b8d2b Add multi-line formatting functionality 2021-07-26 23:23:11 -06:00
Nadia Ady
2f426664a9 Functioning test plugin. 2021-07-25 15:26:09 -06:00
nmady
f5533c454c Initial commit 2021-07-24 23:28:52 -06:00