Commit Graph

8 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 7695bd78b4
Add function for inserting vuepress-compatible in orgmode buffers 2023-07-02 01:50:55 +02:00
Lucien Cartier-Tilet f20fb14f8e
feat: cleanup, update, improve, and split
This commit splits graphviz-related functions into its own file,
conlanging-graphviz.el. It also updates these functions since org
lists through noweb no longer work like they used to. Instead, going
back to good old lisp lists, this commit significantly reduces the
amount of code needed.
This is the update and split part.

This commit also removes a lot of old code that is no longer necessary
since the removal of old documents for conlanging, rendering these
functions obsolete.
This is the cleanup part.

Lastly, this commit adds the new function
conlanging-graphviz-feature-tree which is able to generate a feature
tree from a much more compact Lisp list than what
conlang-graphviz-list-to-graphviz needs.
2023-05-26 15:30:20 +02:00
Lucien Cartier-Tilet 02d8717f18
Fix issue with type of argument passed, simplify some code 2021-11-30 20:11:05 +01:00
Lucien Cartier-Tilet c1ee222337
Add function for generating graphviz trees from Org lists 2021-11-25 18:54:33 +01:00
Lucien Cartier-Tilet 77799b0e96
Fix crash on unknown character
This commit allows any unknown characters to be passed in text fed to
`conlanging-proto-nyqy-to-phonetics' without any crash. Unrecognized
characters will just be ignored.
2021-06-28 23:10:35 +02:00
Lucien Cartier-Tilet ff60fddaf4
Add autoloads, fix name of function
Rename function `conlanging-nyqy-to-org' to
`conlanging-proto-nyqy-to-org' in order to be more accurate of the
language this function was written for
2021-06-28 23:09:36 +02:00
Lucien Cartier-Tilet de0f245545
Fix dependency name 2021-06-01 02:05:49 +02:00
Lucien Cartier-Tilet 8cf7f1a5cd
initial commit
I’m basically porting my old `conlanging' Spacemacs layer to a vanilla
Emacs package.
The original layer can be found here:
https://labs.phundrak.com/phundrak/conlang-layer
2021-06-01 01:17:03 +02:00